Skip to content

Commit

Permalink
Added missing install for the new date library
Browse files Browse the repository at this point in the history
  • Loading branch information
fuersten committed Apr 17, 2023
1 parent 1a15997 commit 0f3e451
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ if(REXSAPI_MASTER_PROJECT)
DIRECTORY "${miniz_BINARY_DIR}/miniz"
DESTINATION ./deps/include
)
install(
DIRECTORY "${date_SOURCE_DIR}/include"
DESTINATION ./deps
)
install(
DIRECTORY "${PROJECT_SOURCE_DIR}/examples"
DESTINATION .
Expand Down

0 comments on commit 0f3e451

Please sign in to comment.