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 authored and cantunca-pointr committed Jul 5, 2022
1 parent dae0452 commit 033e2a7
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 @@ -245,6 +245,11 @@ install(
COMPONENT development
)

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

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

0 comments on commit 033e2a7

Please sign in to comment.