Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(ActsAlignment SHARED
0002   src/Kernel/detail/AlignmentEngine.cpp)
0003 
0004 target_include_directories(
0005   ActsAlignment
0006   PUBLIC
0007     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0008     $<INSTALL_INTERFACE:include>)
0009 
0010 target_link_libraries(
0011   ActsAlignment
0012   PUBLIC ActsCore)
0013 
0014 install(
0015   TARGETS ActsAlignment
0016   EXPORT ActsAlignmentTargets
0017     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0018     RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
0019 install(
0020   DIRECTORY include/ActsAlignment
0021   DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
0022