build and libname

This commit is contained in:
Erik Frojdh
2020-09-07 09:14:47 +02:00
parent a1b88d3a62
commit fb8842e048
11 changed files with 50 additions and 53 deletions

View File

@ -1,6 +1,6 @@
add_executable(using_logger using_logger.cpp)
target_link_libraries(using_logger
slsSupportLib
slsSupportShared
pthread
rt
)
@ -22,7 +22,7 @@ set_target_properties(using_logger PROPERTIES
# add_executable(udp udp.cpp)
# target_link_libraries(udp
# slsDetectorShared
# slsSupportLib
# slsSupportShared
# pthread
# rt
# fmt