Skip to content

Commit

Permalink
install file set in both debug and release
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Aug 5, 2024
1 parent e49973e commit cfdb897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Installing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/debug # lib/debug
# except for public headers, as we want them to be inside a library folder
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME} # include/str_view
FILE_SET public_headers
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} # include
)
else()
Expand Down

0 comments on commit cfdb897

Please sign in to comment.