Adding ImGuizmo submodule
This commit is contained in:
19
ImGuizmo/premake5.lua
Normal file
19
ImGuizmo/premake5.lua
Normal file
@ -0,0 +1,19 @@
|
||||
project "ImGuizmo"
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
"../libs/glfw/include",
|
||||
"../libs/ImGui",
|
||||
"../libs/guizmo"
|
||||
}
|
||||
|
||||
files {
|
||||
"../libs/guizmo/*.cpp",
|
||||
}
|
||||
|
||||
libdirs{
|
||||
"../libs/ImGui",
|
||||
"../libs/glad"
|
||||
}
|
||||
|
||||
include("../ImGui")
|
Reference in New Issue
Block a user