Files
rtbrick-bngblaster/code/CMakeLists.txt
2023-01-03 13:12:52 +01:00

10 lines
276 B
CMake

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