Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(
0002   ActsExamplesMaterialMapping SHARED
0003   src/MaterialMapping.cpp
0004   src/CoreMaterialMapping.cpp)
0005 target_include_directories(
0006   ActsExamplesMaterialMapping
0007   PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0008 target_link_libraries(
0009   ActsExamplesMaterialMapping
0010   PUBLIC ActsCore ActsExamplesFramework)
0011 
0012 install(
0013   TARGETS ActsExamplesMaterialMapping
0014   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})