cmake -S . -B build cd build cmake --build . cd .. cp vendor/lib-vc2022/glfw3.dll build/Debug cp -r shaders/ build/Debug cp -r objs/ build/Debug cd build/Debug .\VoxelEngine.exe