mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
clang tidy
This commit is contained in:
@ -39,6 +39,11 @@ add_library(slsSupportLib SHARED
|
||||
${HEADERS}
|
||||
)
|
||||
|
||||
check_ipo_supported(RESULT result)
|
||||
if(result)
|
||||
set_property(TARGET slsSupportLib PROPERTY INTERPROCEDURAL_OPTIMIZATION True)
|
||||
endif()
|
||||
|
||||
target_include_directories(slsSupportLib PUBLIC
|
||||
${ZeroMQ_INCLUDE_DIRS}
|
||||
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
|
||||
|
Reference in New Issue
Block a user