aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-05 10:42:15 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-05 10:42:15 +0000
commit1dabb45d945eba0090db037fb649a93c4c3d6627 (patch)
tree91c8d6bb5177a4e60eceeac7b09fa55646322ef5 /CMakeLists.txt
parent7eeb620880e78b7a389304d9ec594986906db5ad (diff)
Hello, World!
This is the initial commit for Eigen2, since I restarted it from scratch on Sunday.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f33b7a2b8..bfc5a1382 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,3 +14,5 @@ endif (CMAKE_COMPILER_IS_GNUCXX)
include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} )
+add_subdirectory(src)
+add_subdirectory(test) \ No newline at end of file