mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
Better control of what is built (#247)
* allow for build only detector libs * allow receiver libs only * option for shared libraries
This commit is contained in:
@ -28,11 +28,11 @@ target_link_libraries(tests
|
||||
slsProjectWarnings
|
||||
)
|
||||
|
||||
if (SLS_USE_TEXTCLIENT)
|
||||
if (SLS_USE_DETECTOR)
|
||||
target_link_libraries(tests PUBLIC
|
||||
slsDetectorShared
|
||||
)
|
||||
endif (SLS_USE_TEXTCLIENT)
|
||||
endif (SLS_USE_DETECTOR)
|
||||
|
||||
if (SLS_USE_RECEIVER)
|
||||
target_link_libraries(tests PUBLIC
|
||||
|
Reference in New Issue
Block a user