Dup Goto 📝

CMake

PT2/aw/dev/build build cmake 07-31 13:46:42
To Pop
7 lines, 25 words, 122 chars Monday 2023-07-31 13:46:42

Usually using cmake is a case of

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