Back to home page

sPhenix code displayed by LXR

 
 

    


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

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