Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
install pdal_wrench (fixes #52787)
  • Loading branch information
jef-n committed Apr 20, 2023
1 parent dc04a2d commit af66062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/providers/pdal/CMakeLists.txt
Expand Up @@ -191,6 +191,10 @@ if (PDAL_2_5_OR_HIGHER)
${PDAL_LIBRARIES}
${GDAL_LIBRARY}
)

install(TARGETS pdal_wrench
RUNTIME DESTINATION ${QGIS_LIBEXEC_DIR}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
endif()

add_library (provider_pdal MODULE ${PDAL_SRCS} ${PDAL_HDRS} ${PDAL_GUI_SRCS} ${PDAL_GUI_HDRS})
Expand Down

0 comments on commit af66062

Please sign in to comment.