summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/greeting.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: fix failures with gnu mode clang on windowsZsolt Parragi2019-05-241-0/+1
| | | | | | | | | Root causes were: * Using incorrect conditions (assuming MSVC-like command line mode) * Trying to compile the MSVC STL in C++11 mode, when parts of it require C++14 or enabling MS extensions in clang. * Missing flush in a testcase using stdout in a dll and a main part with static crt
* Ninja: Support embedding of CMake as subninja projectNicolas Despres2016-05-171-0/+9
Add a `CMAKE_NINJA_OUTPUT_PATH_PREFIX` variable. When it is set, CMake generates a `build.ninja` file suitable for embedding into another ninja project potentially generated by an alien generator.