Back to home page

EIC 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
0003     SHARED
0004     src/CoreMaterialMapping.cpp
0005     src/MaterialValidation.cpp
0006     src/MaterialMapping.cpp
0007 )
0008 
0009 target_include_directories(
0010     ActsExamplesMaterialMapping
0011     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0012 )
0013 target_link_libraries(
0014     ActsExamplesMaterialMapping
0015     PUBLIC ActsCore ActsExamplesFramework
0016 )
0017 
0018 install(
0019     TARGETS ActsExamplesMaterialMapping
0020     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0021 )