Skip to content

Commit

Permalink
ECS: Add install for date
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 1, 2023
1 parent 3848394 commit aa4df31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/B-luga/deps/date/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ target_include_directories(
$<BUILD_INTERFACE:${date_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
)

install(
DIRECTORY ${date_SOURCE_DIR}/include/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)

0 comments on commit aa4df31

Please sign in to comment.