Merge topic 'doc-header-only' into release-3.25

93696d0f2e Help: Restore cmake-buildsystem(7) header-only library example

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8071
This commit is contained in:
Brad King
2023-01-17 14:15:44 +00:00
committed by Kitware Robot

View File

@@ -1049,7 +1049,7 @@ them to a header set using the :command:`target_sources` command:
add_library(Eigen INTERFACE)
target_sources(Eigen INTERFACE
target_sources(Eigen PUBLIC
FILE_SET HEADERS
BASE_DIRS src
FILES src/eigen.h src/vector.h src/matrix.h