Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(
0002   ActsPluginIdentification INTERFACE)
0003 target_include_directories(
0004   ActsPluginIdentification
0005   INTERFACE
0006     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0007     $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
0008 target_link_libraries(ActsPluginIdentification INTERFACE ActsCore)
0009 
0010 install(
0011   TARGETS ActsPluginIdentification
0012   EXPORT ActsPluginIdentificationTargets
0013   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0014 install(
0015   DIRECTORY include/Acts
0016   DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})