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