made cmake write its execs into CMake/Source

This commit is contained in:
Ken Martin 2001-06-25 10:59:03 -04:00
parent 65a2a9f72c
commit c40e8c5017
1 changed files with 3 additions and 0 deletions

View File

@ -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.*")