Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Examples/Detectors/ContextualDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(
0002     ActsExamplesDetectorContextual
0003     SHARED
0004     src/AlignedDetector.cpp
0005     src/InternalAlignmentDecorator.cpp
0006     src/ExternalAlignmentDecorator.cpp
0007 )
0008 
0009 target_include_directories(
0010     ActsExamplesDetectorContextual
0011     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0012 )
0013 
0014 target_link_libraries(
0015     ActsExamplesDetectorContextual
0016     PUBLIC
0017         ActsCore
0018         ActsExamplesFramework
0019         ActsExamplesDetectorsCommon
0020         ActsExamplesDetectorGeneric
0021 )
0022 
0023 install(
0024     TARGETS ActsExamplesDetectorContextual
0025     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0026 )