Nuklear GUI Setup using CMake

Intro Nuklear Is a really cool library for programing Graphical User Interfaces (GUIs) using C or C++. The library itself is written in ‘pure’ C but, the best part about it: it’s a single header file. That means no installation, no weird dlls, just copy the nuklear.h into your project and include it. Unfortunately this simplicity is a bit deceptive, as you need to know a bit about the library and what its doing before you can actually even get started with it....