Skip to content

Commit

Permalink
Mark resulting plugin library file as executable
Browse files Browse the repository at this point in the history
Otherwise it will not be loaded.
  • Loading branch information
Nakaner committed Dec 4, 2024
1 parent 5767800 commit 55fe3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set_target_properties(input-mbtiles_vector PROPERTIES
)
install(TARGETS input-mbtiles_vector
LIBRARY DESTINATION ${MAPNIK_PLUGIN_INSTALL_DIR}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
target_sources(input-mbtiles_vector PRIVATE
mbtiles_vector_datasource.cpp
Expand Down

0 comments on commit 55fe3d1

Please sign in to comment.