mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
made cmake write its execs into CMake/Source
This commit is contained in:
parent
65a2a9f72c
commit
c40e8c5017
@ -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.*")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user