Refactor the unsupported CXX11/Core module to internal headers only.

This commit is contained in:
Gael Guennebaud
2016-04-26 11:20:25 +02:00
parent 4a164d2c46
commit 3dddd34133
16 changed files with 42 additions and 72 deletions

View 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
)