Warning, /acts/Examples/Detectors/TGeoDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 acts_add_library(
0002 ExamplesDetectorTGeo
0003 SHARED
0004 src/AlignedTGeoDetectorElement.cpp
0005 src/TGeoDetector.cpp
0006 src/TGeoITkModuleSplitter.cpp
0007 ACTS_INCLUDE_FOLDER include/ActsExamples
0008 )
0009
0010 target_include_directories(
0011 ActsExamplesDetectorTGeo
0012 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0013 )
0014
0015 target_link_libraries(
0016 ActsExamplesDetectorTGeo
0017 PUBLIC
0018 Acts::PluginRoot
0019 Acts::PluginJson
0020 Acts::ExamplesFramework
0021 Acts::ExamplesDetectorGeneric
0022 Acts::ExamplesDetectorsCommon
0023 Acts::ExamplesITkModuleSplitting
0024 )
0025
0026 acts_compile_headers(ExamplesDetectorTGeo GLOB "include/**/*.hpp")