1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
Files
Christian Giese fb7d968548 Revert "add libdict to repo"
This reverts commit 4b28ba190d.
2024-01-04 23:03:49 +00: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)