1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
rtbrick-bngblaster/code/CMakeLists.txt
Christian Giese 08d2f85975 Add LSPGEN and Restructure Project
+ restructure project
+ add lspgen
+ ...
2022-03-08 21:25:09 +01:00

8 lines
166 B
CMake

include_directories("common/src/")
add_subdirectory(common)
add_subdirectory(bngblaster)
add_subdirectory(lspgen)
install(PROGRAMS bngblaster-cli DESTINATION sbin)