mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 21:28:40 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user