Back to home page

EIC code displayed by LXR

 
 

    


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

0001 add_library(
0002     ActsExamplesAmbiguityResolution
0003     SHARED
0004     src/GreedyAmbiguityResolutionAlgorithm.cpp
0005     src/ScoreBasedAmbiguityResolutionAlgorithm.cpp
0006 )
0007 
0008 target_include_directories(
0009     ActsExamplesAmbiguityResolution
0010     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011 )
0012 
0013 target_link_libraries(
0014     ActsExamplesAmbiguityResolution
0015     PUBLIC ActsCore ActsExamplesFramework ActsPluginJson
0016 )
0017 
0018 install(
0019     TARGETS ActsExamplesAmbiguityResolution
0020     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0021 )