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