diff --git a/Using-raylib-in-VSCode.md b/Using-raylib-in-VSCode.md index b4a7ffe..661b1ca 100644 --- a/Using-raylib-in-VSCode.md +++ b/Using-raylib-in-VSCode.md @@ -35,6 +35,8 @@ Additionally further steps assume that you have installed both `raylib` and `w64 ``` Feel free to install differently but do the changes to the configuration files accordingly. +## Alternative Route: CMake +Clone [this repository](https://github.com/manuel5975p/raylib-cmake-template) and follow the steps outlined there. ### Step 1