mirror of https://github.com/CGAL/cgal
link with libnabo
This commit is contained in:
parent
80689a2e90
commit
933fe5004a
|
|
@ -9,7 +9,7 @@ if(libpointmatcher_FOUND AND NOT TARGET CGAL::pointmatcher_support)
|
|||
add_library(CGAL::pointmatcher_support INTERFACE IMPORTED)
|
||||
target_compile_definitions(CGAL::pointmatcher_support INTERFACE "CGAL_LINKED_WITH_POINTMATCHER")
|
||||
target_include_directories(CGAL::pointmatcher_support INTERFACE "${libpointmatcher_INCLUDE_DIR}")
|
||||
target_link_libraries(CGAL::pointmatcher_support INTERFACE ${libpointmatcher_LIBRARIES})
|
||||
target_link_libraries(CGAL::pointmatcher_support INTERFACE ${libpointmatcher_LIBRARIES} libnabo::nabo)
|
||||
else()
|
||||
message(STATUS "NOTICE : the libpointmatcher library requires the following boost components: thread filesystem system program_options date_time chrono.")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue