Renaming rest_server to daggyd, and daggy to libdaggy
This commit is contained in:
4
utils/daggyd/CMakeLists.txt
Normal file
4
utils/daggyd/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
project(daggyd)
|
||||
file(GLOB SOURCES *.cpp)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
target_link_libraries(${PROJECT_NAME} pistache stdc++fs rapidjson argparse libdaggy)
|
||||
Reference in New Issue
Block a user