Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
933e2f0579abd3a3c8b2b2e07292ed9a29ea4acf
/
.
/
Tests
/
RunCMake
/
GeneratorToolset
/
TestToolsetCustomFlagTableDir.cmake
blob: 91c6b443736e0ae4345aa944e927be054d0ac8b0 [
file
]
enable_language
(
C
)
string
(
APPEND CMAKE_C_FLAGS
" -TESTWX-"
)
add_executable
(
main main
.
c
)