mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Refactor the unsupported CXX11/Core module to internal headers only.
This commit is contained in:
6
unsupported/Eigen/CXX11/src/ThreadPool/CMakeLists.txt
Normal file
6
unsupported/Eigen/CXX11/src/ThreadPool/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
FILE(GLOB Eigen_CXX11_ThreadPool_SRCS "*.h")
|
||||
|
||||
INSTALL(FILES
|
||||
${Eigen_CXX11_ThreadPool_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/CXX11/src/ThreadPool COMPONENT Devel
|
||||
)
|
||||
Reference in New Issue
Block a user