aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Abhijit Kundu <abhijit.kundu@gatech.edu>2015-02-26 16:50:09 -0500
committerGravatar Abhijit Kundu <abhijit.kundu@gatech.edu>2015-02-26 16:50:09 -0500
commit4084dce038ea8b1011be6068b68e3aa10523ac07 (patch)
treee34873ac0b9f48e5c083f79814403920df96148c /unsupported/Eigen/CMakeLists.txt
parentf074bb4b5f6ddf0a67348365499a5c5c335a5e17 (diff)
Added CMake support for Tensor module. CMake now installs CXX11 Tensor module like the rest of the unsupported modules
Diffstat (limited to 'unsupported/Eigen/CMakeLists.txt')
-rw-r--r--unsupported/Eigen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/Eigen/CMakeLists.txt b/unsupported/Eigen/CMakeLists.txt
index e06f1238b..6faf4585d 100644
--- a/unsupported/Eigen/CMakeLists.txt
+++ b/unsupported/Eigen/CMakeLists.txt
@@ -9,3 +9,4 @@ install(FILES
)
add_subdirectory(src)
+add_subdirectory(CXX11) \ No newline at end of file