Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(
0002   ActsExamplesDetectorsCommon
0003   INTERFACE)
0004 target_include_directories(
0005   ActsExamplesDetectorsCommon
0006   INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0007 target_link_libraries(
0008   ActsExamplesDetectorsCommon
0009   INTERFACE Boost::program_options)
0010 
0011 # interface libraries do not exist in the filesystem; no installation needed
0012 
0013 install(DIRECTORY include/ActsExamples DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})