aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 12:07:18 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 12:07:18 -0500
commit358452bbe6a3fcc8290969dbd531e30701a4c1f2 (patch)
treee6381db65f5583ad0ac680da66aff5ac749df0cf /scripts/CMakeLists.txt
parentfc492b6264249e8ec5b7234d8d53047c49fcb710 (diff)
* add ./debug and ./release scripts
* update the messages * rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner
Diffstat (limited to 'scripts/CMakeLists.txt')
-rw-r--r--scripts/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
new file mode 100644
index 000000000..e373d3188
--- /dev/null
+++ b/scripts/CMakeLists.txt
@@ -0,0 +1,4 @@
+configure_file(maketests.in ${CMAKE_BINARY_DIR}/maketests)
+configure_file(mctestr.in ${CMAKE_BINARY_DIR}/mctestr)
+configure_file(debug.in ${CMAKE_BINARY_DIR}/debug)
+configure_file(release.in ${CMAKE_BINARY_DIR}/release)