Dup Ver Goto 📝

CMake

PT2/aw/dev/build build cmake does not exist
To
7 lines, 25 words, 122 chars Page 'CMake' does not exist.

Usually using cmake is a case of

mkdir build
cd build
cmake ..
make -j4 # or however many threads your CPU has