1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
rtbrick-bngblaster/code/CMakeLists.txt

9 lines
232 B
CMake
Raw Normal View History

include_directories("common/src/")
add_subdirectory(common)
2022-03-09 14:25:59 +01:00
add_subdirectory(lwip)
add_subdirectory(bngblaster)
add_subdirectory(lspgen)
2022-03-23 22:15:16 +01:00
install(PROGRAMS bngblaster-cli DESTINATION sbin)
install(PROGRAMS bgpupdate DESTINATION bin)