fixed CMake install target installing meson.build files

fixes #236
This commit is contained in:
Mark Gillard
2024-10-06 14:09:31 +03:00
parent 0591ae350b
commit 380c49f07a
2 changed files with 406 additions and 404 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,7 @@ install(
DIRECTORY "${PROJECT_SOURCE_DIR}/include/"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
COMPONENT tomlplusplus_Development
FILES_MATCHING REGEX "^.*[.](h|hpp|inl)$"
)
install(