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