Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(
0002   ActsExamplesIoPerformance SHARED
0003   ActsExamples/Io/Performance/CKFPerformanceWriter.cpp
0004   ActsExamples/Io/Performance/SeedingPerformanceWriter.cpp
0005   ActsExamples/Io/Performance/TrackFinderPerformanceWriter.cpp
0006   ActsExamples/Io/Performance/TrackFitterPerformanceWriter.cpp
0007   ActsExamples/Io/Performance/VertexPerformanceWriter.cpp
0008 )
0009 target_include_directories(
0010   ActsExamplesIoPerformance
0011   PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
0012 target_link_libraries(
0013   ActsExamplesIoPerformance
0014   PUBLIC ActsExamplesFramework
0015   PRIVATE ActsCore ROOT::Core ROOT::Tree)
0016 
0017 install(
0018   TARGETS ActsExamplesIoPerformance
0019   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})