Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /acts/Plugins/GeoModel/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 acts_add_library(
0002     PluginGeoModel
0003     src/GeoModelTree.cpp
0004     src/GeoModelConversionError.cpp
0005     src/GeoModelToDetectorVolume.cpp
0006     src/GeoModelReader.cpp
0007     src/GeoModelDetectorElement.cpp
0008     src/GeoModelDetectorObjectFactory.cpp
0009     src/GeoModelMaterialConverter.cpp
0010     src/detail/GeoBoxConverter.cpp
0011     src/detail/GeoTrdConverter.cpp
0012     src/detail/GeoTubeConverter.cpp
0013     src/detail/GeoPolygonConverter.cpp
0014     src/detail/GeoSubtractionConverter.cpp
0015     src/detail/GeoShiftConverter.cpp
0016     src/detail/GeoIntersectionAnnulusConverter.cpp
0017     src/detail/GeoModelBinningHelper.cpp
0018     src/detail/GeoModelExtentHelper.cpp
0019     src/detail/GeoUnionDoubleTrdConverter.cpp
0020     src/GeoModelDetectorElementITk.cpp
0021     ACTS_INCLUDE_FOLDER include/ActsPlugins
0022 )
0023 target_include_directories(
0024     ActsPluginGeoModel
0025     PUBLIC
0026         $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0027         $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0028 )
0029 target_link_libraries(
0030     ActsPluginGeoModel
0031     PUBLIC
0032         Acts::Core
0033         GeoModelCore::GeoModelKernel
0034         GeoModelIO::GeoModelDBManager
0035         GeoModelIO::GeoModelRead
0036 )