Added cmake support (#11)

* Update README.md

* added submodules

* moved submodules to release tag

* fix include for fixed width integer

* added cmake support and build instruction

* Update README.md

* fix cmake links

* upd CMakeLists.txt
This commit is contained in:
Che10VeK
2023-08-02 05:44:09 +03:00
committed by GitHub
parent d535c74f6d
commit 30ad8385c9
7 changed files with 63 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[submodule "libs/glm"]
path = libs/glm
url = https://github.com/g-truc/glm.git
[submodule "libs/glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw.git