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 acts_add_library(ExamplesGeometry 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(ActsExamplesGeometry PUBLIC Acts::ExamplesFramework)