Back to home page

EIC code displayed by LXR

 
 

    


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

0001 acts_add_library(
0002     ExamplesDetectorTGeo
0003     src/AlignedTGeoDetectorElement.cpp
0004     src/TGeoDetector.cpp
0005     src/TGeoITkModuleSplitter.cpp
0006     ACTS_INCLUDE_FOLDER include/ActsExamples
0007 )
0008 
0009 target_include_directories(
0010     ActsExamplesDetectorTGeo
0011     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0012 )
0013 
0014 target_link_libraries(
0015     ActsExamplesDetectorTGeo
0016     PUBLIC
0017         Acts::PluginRoot
0018         Acts::PluginJson
0019         Acts::ExamplesFramework
0020         Acts::ExamplesDetectorGeneric
0021         Acts::ExamplesDetectorsCommon
0022         Acts::ExamplesITkModuleSplitting
0023 )
0024 
0025 acts_compile_headers(ExamplesDetectorTGeo GLOB "include/**/*.hpp")