Browse Source

Add dependency entt

master
Riyyi 3 years ago
parent
commit
3d78f056fb
  1. 3
      .gitmodules
  2. 3
      CMakeLists.txt
  3. 1
      README.org
  4. 1
      inferno/vendor/entt

3
.gitmodules vendored

@ -10,3 +10,6 @@
[submodule "inferno/vendor/stb"]
path = inferno/vendor/stb
url = https://github.com/nothings/stb
[submodule "inferno/vendor/entt"]
path = inferno/vendor/entt
url = https://github.com/skypjack/entt

3
CMakeLists.txt

@ -46,12 +46,13 @@ endif()
# Include all headers
include_directories(
"${ENGINE}/src"
"${ENGINE}/vendor/entt/src"
"${ENGINE}/vendor/glad/include"
"${ENGINE}/vendor/glfw/include"
"${ENGINE}/vendor/glm"
"${ENGINE}/vendor/json/include"
"${ENGINE}/vendor/stb"
"${ENGINE}/src"
)
# Define engine source files

1
README.org

@ -35,6 +35,7 @@ Or
* Libraries
# - [[https://github.com/bulletphysics/bullet3][Bullet]]
- [[https://github.com/skypjack/entt][EnTT]]
- [[https://github.com/Dav1dde/glad][glad]]
- [[https://github.com/glfw/glfw][GLFW]]
- [[https://github.com/g-truc/glm][GLM]]

1
inferno/vendor/entt vendored

@ -0,0 +1 @@
Subproject commit 47ada87ba2fab08c70fdd61fa2835a27fb9ce8a7
Loading…
Cancel
Save