Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 acts_add_library(
0002     PluginCovfie
0003     src/FieldConversion.cpp
0004     ACTS_INCLUDE_FOLDER include/ActsPlugins
0005 )
0006 
0007 target_include_directories(
0008     ActsPluginCovfie
0009     PUBLIC
0010         $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011         $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0012 )
0013 target_link_libraries(ActsPluginCovfie PUBLIC Acts::Core covfie::core)