Skip to content

Instantly share code, notes, and snippets.

View Bluexin's full-sized avatar
🍻

Arnaud Solé Bluexin

🍻
View GitHub Profile
@Bluexin
Bluexin / CLion_Ninja.md
Last active May 18, 2019 19:35 — forked from arichardson/CLion_Ninja.md
Ninja support for CLion IDE

Ninja support for CLion IDE on Windows (working with newer versions of clion)

This script enables Ninja-powered builds in CLion IDE by wrapping around CMake, which it uses. See my blog post for details.

Disclaimer

This script is provided AS IS with no guarantees given or responsibilities taken by the author. This script relies on undocumented features of CLion IDE and may lead to instability of build and/or IDE. Use it on your own risk under WTFPL terms.