mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
clang tidy
This commit is contained in:
@ -29,15 +29,16 @@ if (SLS_USE_HDF5)
|
||||
endif (SLS_USE_HDF5)
|
||||
|
||||
|
||||
# include_directories(
|
||||
# ${SLS_SUPPORT_LIB_INCLUDE_DIRS}
|
||||
# )
|
||||
|
||||
add_library(slsReceiverShared SHARED
|
||||
${SOURCES}
|
||||
${HEADERS}
|
||||
)
|
||||
|
||||
check_ipo_supported(RESULT result)
|
||||
if(result)
|
||||
set_property(TARGET slsReceiverShared PROPERTY INTERPROCEDURAL_OPTIMIZATION True)
|
||||
endif()
|
||||
|
||||
target_link_libraries(slsReceiverShared PUBLIC
|
||||
slsProjectOptions
|
||||
slsProjectWarnings
|
||||
|
Reference in New Issue
Block a user