Renaming rest_server to daggyd, and daggy to libdaggy

This commit is contained in:
Ian Roddis
2021-08-31 17:04:03 -03:00
parent 7b07380e16
commit 441cdb5b2e
6 changed files with 71 additions and 56 deletions

View 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)