Redering cube in editor

This commit is contained in:
2022-11-03 15:06:42 +01:00
parent 3e75406783
commit c62f3615d4
16 changed files with 271 additions and 100 deletions

View File

@ -4,7 +4,8 @@ kind "ConsoleApp"
buildmessage "Building editor ..."
links{
"BarinkEngine"
"BarinkEngine",
"ImGuizmo"
}
includedirs{
@ -24,7 +25,9 @@ includedirs{
"./../libs/glew/include",
"./../libs/glm",
"./../libs/ImGui",
"./../libs/guizmo",
"./../libs/entt/src",
"./include"
@ -37,4 +40,5 @@ libdirs {
files {
"./include/*.h",
"./src/*.cpp"
}
}