Преглед на файлове

made cmake write its execs into CMake/Source

Ken Martin преди 24 години
родител
ревизия
c40e8c5017
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      CMakeLists.txt

+ 3 - 0
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.*")