Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ca11096fd39b391b09f1fffab11545b1c58e52fa
/
.
/
Tests
/
RunCMake
/
File_Generate
/
DebugEvaluate.cmake
blob: 1fa9b62bbcc273a21aa7b25a8f80719c0033b289 [
file
]
file
(
GENERATE OUTPUT
"${CMAKE_CURRENT_BINARY_DIR}/output.txt"
INPUT
"${CMAKE_CURRENT_SOURCE_DIR}/input.txt"
CONDITION $
<
CONFIG
:
Debug
>
)