mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
8 lines
188 B
CMake
8 lines
188 B
CMake
include_directories("common/src/")
|
|
|
|
add_subdirectory(common)
|
|
add_subdirectory(lwip)
|
|
add_subdirectory(bngblaster)
|
|
add_subdirectory(lspgen)
|
|
|
|
install(PROGRAMS bngblaster-cli DESTINATION sbin) |