Skip to content

Commit

Permalink
[cmake] Install public headers to sys include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cantunca committed Jul 1, 2022
1 parent b35ada0 commit 3e49716
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform/qt/qt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ install(
COMPONENT development
)

install(
FILES ${qmapboxgl_headers}
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
COMPONENT development)

# FIXME: Because of rapidjson conversion
target_include_directories(
qmapboxgl
Expand Down

0 comments on commit 3e49716

Please sign in to comment.