Warning, /acts/Examples/Detectors/TGeoDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesDetectorTGeo SHARED
0003 src/TGeoDetector.cpp
0004 src/TGeoITkModuleSplitter.cpp)
0005
0006 target_include_directories(
0007 ActsExamplesDetectorTGeo
0008 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0009 target_link_libraries(
0010 ActsExamplesDetectorTGeo
0011 PUBLIC
0012 ActsCore ActsPluginIdentification ActsPluginTGeo ActsPluginJson
0013 ActsExamplesFramework ActsExamplesDetectorGeneric)
0014
0015 install(
0016 TARGETS ActsExamplesDetectorTGeo
0017 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0018
0019 install(
0020 DIRECTORY include/ActsExamples
0021 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
0022