diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b68fd3..48cb978 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,3 +75,8 @@ target_link_libraries(uts-server INSTALL(TARGETS uts-server RUNTIME DESTINATION bin ) + + +if(BUNDLE_CIVETWEB) + add_dependencies(uts-server civetweb) +endif(BUNDLE_CIVETWEB)