Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Plugins/Hashing/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(ActsPluginHashing INTERFACE)
0002 target_include_directories(
0003     ActsPluginHashing
0004     INTERFACE
0005         $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0006         $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
0007 )
0008 target_link_libraries(ActsPluginHashing INTERFACE Annoy)
0009 
0010 install(
0011     TARGETS ActsPluginHashing
0012     EXPORT ActsPluginHashingTargets
0013     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0014 )
0015 install(DIRECTORY include/Acts DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})