Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Examples/Detectors/TGeoDetector/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(
0002     ActsExamplesDetectorTGeo
0003     SHARED
0004     src/TGeoDetector.cpp
0005     src/TGeoITkModuleSplitter.cpp
0006 )
0007 
0008 target_include_directories(
0009     ActsExamplesDetectorTGeo
0010     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011 )
0012 
0013 target_link_libraries(
0014     ActsExamplesDetectorTGeo
0015     PUBLIC
0016         ActsCore
0017         ActsPluginTGeo
0018         ActsPluginJson
0019         ActsExamplesFramework
0020         ActsExamplesDetectorGeneric
0021         ActsExamplesDetectorsCommon
0022         ActsExamplesITkModuleSplitting
0023 )
0024 
0025 install(
0026     TARGETS ActsExamplesDetectorTGeo
0027     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0028 )
0029 
0030 install(DIRECTORY include/ActsExamples DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})