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