- Sidequest: Clean up header-only library dependencies with cmake.
This commit is contained in:
5
utils/rest_server/CMakeLists.txt
Normal file
5
utils/rest_server/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
project(rest_server)
|
||||
file(GLOB SOURCES *.cpp)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
target_link_libraries(${PROJECT_NAME} daggy stdc++fs rapidjson pistache argparse)
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "daggy")
|
||||
Reference in New Issue
Block a user