diff options
| author | Ahmad Fatoum <[email protected]> | 2018-07-30 12:24:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-30 12:24:04 +0200 |
| commit | 8bea6abe8c9d3d91a060bec141d6c4476e516ac1 (patch) | |
| tree | 6d37d345dd35d13c52665f302cb8b9f9fb0da31b | |
| parent | 286c41af5264511073c1da73d6b5d7de324c22ab (diff) | |
| download | raylib-8bea6abe8c9d3d91a060bec141d6c4476e516ac1.tar.gz raylib-8bea6abe8c9d3d91a060bec141d6c4476e516ac1.zip | |
Add CMake entry to projects/README.md
| -rw-r--r-- | projects/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/README.md b/projects/README.md index 9647da78..3b152f98 100644 --- a/projects/README.md +++ b/projects/README.md @@ -5,6 +5,7 @@ This folder contains raylib templates for some common IDEs. IDE | Platform | Template type | State ----| ---------| ------------- | ----- [Builder](https://wiki.gnome.org/Apps/Builder) | Linux | example compiling | DONE +[CMake](https://cmake.org/) | n/a | example compiling and raylib source downloading/building if necessary | DONE [CodeBlocks](http://www.codeblocks.org/) | Linux, Windows | example compiling | DONE [Geany](https://www.geany.org/) | Linux, Windows | - | INCOMPLETE [KDevelop](https://www.kdevelop.org/) | Linux, Windows, macOS | - | INCOMPLETE |
