Back to home page

EIC code displayed by LXR

 
 

    


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

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