Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(
0002   ActsExamplesIoSvg SHARED
0003   src/SvgTrackingGeometryWriter.cpp)
0004 target_include_directories(
0005     ActsExamplesIoSvg
0006   PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0007 target_link_libraries(
0008   ActsExamplesIoSvg
0009   PUBLIC ActsCore ActsExamplesFramework ActsPluginActSVG Threads::Threads)
0010 
0011 install(
0012   TARGETS ActsExamplesIoSvg
0013   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})