Skip to content
Snippets Groups Projects
Commit 4465e1ea authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

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


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

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !8071
parents e35255f2 93696d0f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment