Skip to content

Commit

Permalink
Fix missing Cesium3DTilesWriter install
Browse files Browse the repository at this point in the history
  • Loading branch information
krupkad committed Aug 17, 2021
1 parent f81d623 commit 52cd0d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cesium3DTilesWriter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ target_link_libraries(Cesium3DTilesWriter
CesiumJsonReader
CesiumJsonWriter
)

install(TARGETS Cesium3DTilesWriter
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/Cesium3DTiles
)

0 comments on commit 52cd0d4

Please sign in to comment.