Warning, /acts/Alignment/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 acts_add_library(
0002 Alignment
0003 SHARED
0004 src/Kernel/detail/AlignmentEngine.cpp
0005 ACTS_INCLUDE_FOLDER include/ActsAlignment
0006 )
0007
0008 target_include_directories(
0009 ActsAlignment
0010 PUBLIC
0011 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0012 $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0013 )
0014
0015 target_link_libraries(ActsAlignment PUBLIC Acts::Core)
0016 install(DIRECTORY include/ActsAlignment DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})