Redering cube in editor
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user