diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-25 14:59:03 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-25 14:59:03 (GMT) |
commit | c40e8c501749043c0fe3b4e04a0c574a17ee94d5 (patch) | |
tree | e1f7d35ca140357e0f6771075c6b4f851f85f6b3 /CMakeLists.txt | |
parent | 65a2a9f72c7ea89bf388a2cf91e2202aa375bee2 (diff) | |
download | CMake-c40e8c501749043c0fe3b4e04a0c574a17ee94d5.zip CMake-c40e8c501749043c0fe3b4e04a0c574a17ee94d5.tar.gz CMake-c40e8c501749043c0fe3b4e04a0c574a17ee94d5.tar.bz2 |
made cmake write its execs into CMake/Source
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 09dc0ea..ec5a23a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,9 @@ SUBDIRS(Source Modules Templates) # Include the standard Dart testing module INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) +SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH + "Where to put the executables for CMake" +) INCLUDE_REGULAR_EXPRESSION("^cm.*") |