Back to home page

EIC code displayed by LXR

 
 

    


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

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