Warning, /acts/Examples/Detectors/GenericDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 acts_add_library(
0002 ExamplesDetectorGeneric
0003 src/AlignedGenericDetector.cpp
0004 src/GenericDetector.cpp
0005 src/GenericDetectorElement.cpp
0006 src/LayerBuilder.cpp
0007 src/ProtoLayerCreator.cpp
0008 src/GenericDetectorBuilder.cpp
0009 )
0010
0011 acts_compile_headers(ExamplesDetectorGeneric GLOB "include/**/*.hpp")
0012
0013 target_include_directories(
0014 ActsExamplesDetectorGeneric
0015 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0016 )
0017
0018 target_link_libraries(
0019 ActsExamplesDetectorGeneric
0020 PUBLIC Acts::ExamplesDetectorsCommon
0021 )