Skip to content

Commit

Permalink
Merge pull request #1629 from Karry/gpx-cmake-includes
Browse files Browse the repository at this point in the history
fix instalation of gpx library headers
  • Loading branch information
Framstag authored Nov 25, 2024
2 parents fced8df + 5ebba43 commit 6fcd468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libosmscout-gpx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ if(APPLE AND OSMSCOUT_BUILD_FRAMEWORKS)
OUTPUT_NAME "OSMScoutGPX")
endif()

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/osmscout DESTINATION include FILES_MATCHING PATTERN "*.h" PATTERN "private" EXCLUDE)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/osmscoutgpx DESTINATION include FILES_MATCHING PATTERN "*.h" PATTERN "private" EXCLUDE)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/include/osmscoutgpx/GPXFeatures.h DESTINATION include/osmscout)

0 comments on commit 6fcd468

Please sign in to comment.