Back to home page

EIC 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 src/VolumeAssociationTest.cpp)
0002 
0003 target_include_directories(
0004     ActsExamplesGeometry
0005     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0006 )
0007 
0008 target_link_libraries(
0009     ActsExamplesGeometry
0010     PUBLIC ActsCore ActsExamplesFramework
0011 )
0012 
0013 install(
0014     TARGETS ActsExamplesGeometry
0015     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0016 )