The Nina VST uses CMake as its build system. create a build folder for the native (machine) build (e.g. 'build-native) and run cmake from that folder. ex: $ mkdir build-native $ cd build-native $ ...