Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_executable(ActsAnalysisMaterialComposition MaterialComposition.cpp)
0002 target_link_libraries(ActsAnalysisMaterialComposition ActsExamplesFramework ROOT::Core ROOT::Hist ROOT::Tree ROOT::TreePlayer Boost::program_options nlohmann_json::nlohmann_json)
0003 
0004 install(
0005   TARGETS
0006   ActsAnalysisMaterialComposition
0007   RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
0008