Warning, /acts/Examples/Algorithms/Alignment/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesAlignment SHARED
0003 src/AlignmentAlgorithm.cpp
0004 src/AlignmentAlgorithmFunction.cpp)
0005 target_include_directories(
0006 ActsExamplesAlignment
0007 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0008 target_link_libraries(
0009 ActsExamplesAlignment
0010 PUBLIC
0011 ActsCore ActsAlignment
0012 ActsExamplesFramework ActsExamplesMagneticField)
0013
0014 install(
0015 TARGETS ActsExamplesAlignment
0016 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0017
0018 install(DIRECTORY include/ActsExamples DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})