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

@@ -2,4 +2,4 @@ project(tests)
file(GLOB UNIT_TESTS unit_*.cpp)
file(GLOB INTEGRATION_TESTS int_*.cpp)
add_executable(tests main.cpp ${UNIT_TESTS} ${INTEGRATION_TESTS})
target_link_libraries(tests daggy stdc++fs Catch2::Catch2)
target_link_libraries(tests libdaggy stdc++fs Catch2::Catch2)