Skip to content

Instantly share code, notes, and snippets.

View bojanpotocnik's full-sized avatar

Bojan Potočnik bojanpotocnik

View GitHub Profile
@bojanpotocnik
bojanpotocnik / CLion_Ninja.md
Created August 7, 2019 11:57 — forked from arichardson/CLion_Ninja.md
Ninja support for CLion IDE

Ninja support for CLion IDE (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.