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(
0003 ActsAnalysisMaterialComposition
0004 ActsExamplesFramework
0005 ROOT::Core
0006 ROOT::Hist
0007 ROOT::Tree
0008 ROOT::TreePlayer
0009 Boost::program_options
0010 nlohmann_json::nlohmann_json
0011 )
0012
0013 install(
0014 TARGETS ActsAnalysisMaterialComposition
0015 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
0016 )