Adding a new submodel ENTT
This commit is contained in:
parent
e0e8de90b1
commit
b359a940ba
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -28,3 +28,6 @@
|
|||||||
[submodule "libs/physx"]
|
[submodule "libs/physx"]
|
||||||
path = libs/physx
|
path = libs/physx
|
||||||
url = https://git.barink.dev/Nigel/PhysX.git
|
url = https://git.barink.dev/Nigel/PhysX.git
|
||||||
|
[submodule "libs/entt"]
|
||||||
|
path = libs/entt
|
||||||
|
url = https://github.com/skypjack/entt.git
|
||||||
|
@ -4,22 +4,25 @@ project "BarinkEngine"
|
|||||||
buildmessage "Building BarinkEngine"
|
buildmessage "Building BarinkEngine"
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
"../libs/lua/include",
|
|
||||||
"../libs/spdlog/include",
|
"../libs/spdlog/include",
|
||||||
"../libs/glm",
|
"../libs/glm",
|
||||||
"../libs/GorillaAudio/include",
|
|
||||||
|
|
||||||
"../libs/physx/physx/include",
|
|
||||||
"../libs/steam-audio/include",
|
|
||||||
|
|
||||||
"../libs/assimp/include",
|
|
||||||
|
|
||||||
|
|
||||||
"../libs/glad/include",
|
|
||||||
|
|
||||||
"../libs/glfw/include",
|
"../libs/glfw/include",
|
||||||
"../libs/glew/include",
|
"../libs/glew/include",
|
||||||
|
"../libs/glad/include",
|
||||||
|
|
||||||
|
|
||||||
|
"../libs/assimp/include",
|
||||||
|
"../libs/entt/src",
|
||||||
|
|
||||||
|
"../libs/physx/physx/include",
|
||||||
|
|
||||||
|
"../libs/lua/include",
|
||||||
|
|
||||||
|
"../libs/GorillaAudio/include",
|
||||||
|
"../libs/steam-audio/include",
|
||||||
|
|
||||||
|
|
||||||
"../libs/ImGui",
|
"../libs/ImGui",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
libs/entt
Submodule
1
libs/entt
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9ac5f6d0465e80762b5289c659c9306300af4c66
|
@ -6,7 +6,7 @@ workspace "BarinkEngine"
|
|||||||
architecture "x86_64"
|
architecture "x86_64"
|
||||||
|
|
||||||
targetdir "./%{prj.name}/build/%{cfg.buildcfg}"
|
targetdir "./%{prj.name}/build/%{cfg.buildcfg}"
|
||||||
objdir "./%{prj.name}/intermediates/%{cfg.buildcfg}"
|
objdir "./%{prj.name}/%{cfg.buildcfg}/intermediates/"
|
||||||
|
|
||||||
startproject("SandboxApp")
|
startproject("SandboxApp")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user