Skip to content

Commit

Permalink
fix instalation of gpx library headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Nov 25, 2024
1 parent fced8df commit 5ebba43
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 5ebba43

Please sign in to comment.