Skip to content

Commit

Permalink
Link to pdal
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 31, 2023
1 parent 64953c4 commit a1aeb4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/qgis-cmake-wrapper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,7 @@ if(TRUE) # Should possibly have a "static only" check
target_link_libraries(QGIS::Core INTERFACE PkgConfig::glib2)
endif()
endif()
find_package(PDAL)
target_link_libraries(QGIS::QGIS INTERFACE pdalcpp)
target_link_libraries(QGIS::Analysis INTERFACE QGIS::Core)
endif()

0 comments on commit a1aeb4c

Please sign in to comment.