Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: fix failures with gnu mode clang on windows | Zsolt Parragi | 2019-05-24 | 1 | -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 project | Nicolas Despres | 2016-05-17 | 1 | -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. |