Warning, /acts/Examples/Detectors/Geant4Detector/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesDetectorGeant4 SHARED
0003 src/Geant4Detector.cpp
0004 )
0005 target_include_directories(
0006 ActsExamplesDetectorGeant4
0007 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0008 target_link_libraries(
0009 ActsExamplesDetectorGeant4
0010 PUBLIC ActsCore ActsExamplesFramework ActsExamplesGeant4 ActsPluginGeant4)
0011
0012 install(
0013 TARGETS ActsExamplesDetectorGeant4
0014 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0015