From 358452bbe6a3fcc8290969dbd531e30701a4c1f2 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 12 Nov 2009 12:07:18 -0500 Subject: * add ./debug and ./release scripts * update the messages * rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner --- scripts/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/CMakeLists.txt (limited to 'scripts/CMakeLists.txt') 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) -- cgit v1.2.3