Build using CMake, Ninja is the preferred generator but Visual Studio project
files and Make files work too. Supported compilers are cl.exe and clang on
Windows, clang and gcc on unix.
cmake -S . -B build -G Ninja
cmake --build build --target neve