index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
GeneratorToolset
/
TestToolsetCustomFlagTableDir.cmake
blob: 91c6b443736e0ae4345aa944e927be054d0ac8b0 (
plain
)
1
2
3
enable_language(C) string(APPEND CMAKE_C_FLAGS " -TESTWX-") add_executable(main main.c)