warnings for virtual servers

This commit is contained in:
Erik Frojdh
2020-03-10 09:27:23 +01:00
parent 758afad02c
commit bd6529a64c
8 changed files with 29 additions and 8 deletions

View File

@ -25,8 +25,8 @@ target_compile_definitions(gotthardDetectorServer_virtual
)
target_link_libraries(gotthardDetectorServer_virtual
PUBLIC pthread rt
)
PUBLIC pthread rt slsProjectCWarnings
)
set_target_properties(gotthardDetectorServer_virtual PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin