Warning, /acts/Examples/Detectors/ContextualDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesDetectorContextual SHARED
0003 src/AlignedDetector.cpp
0004 src/InternalAlignmentDecorator.cpp
0005 src/ExternalAlignmentDecorator.cpp)
0006 target_include_directories(
0007 ActsExamplesDetectorContextual
0008 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0009 target_link_libraries(
0010 ActsExamplesDetectorContextual
0011 PUBLIC
0012 ActsCore ActsPluginIdentification
0013 ActsExamplesFramework ActsExamplesDetectorGeneric)
0014
0015 install(
0016 TARGETS ActsExamplesDetectorContextual
0017 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})