Back to home page

EIC code displayed by LXR

 
 

    


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

0001 acts_add_library(
0002     ExamplesDetectorsCommon
0003     SHARED
0004     src/Detector.cpp
0005     src/AlignmentDecorator.cpp
0006     src/StructureSelector.cpp
0007 )
0008 target_include_directories(
0009     ActsExamplesDetectorsCommon
0010     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011 )
0012 target_link_libraries(
0013     ActsExamplesDetectorsCommon
0014     PUBLIC Acts::ExamplesFramework
0015 )