Moving premake5.lua build file to their individual submodule folder
This commit is contained in:
parent
ceb485018f
commit
5bdc0034d1
@ -1,18 +0,0 @@
|
||||
project "ImGui"
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
"../libs/glfw/include",
|
||||
"../libs/ImGui"
|
||||
}
|
||||
|
||||
files {
|
||||
"../libs/ImGui/*.cpp",
|
||||
"../libs/ImGui/backends/imgui_impl_glfw.cpp",
|
||||
"../libs/ImGui/backends/imgui_impl_Opengl3.cpp",
|
||||
}
|
||||
|
||||
libdirs{
|
||||
"../libs/ImGui",
|
||||
"../libs/glad"
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
project "ImGuizmo"
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
"../libs/glfw/include",
|
||||
"../libs/ImGui",
|
||||
"../libs/guizmo"
|
||||
}
|
||||
|
||||
files {
|
||||
"../libs/guizmo/*.cpp",
|
||||
}
|
||||
|
||||
libdirs{
|
||||
"../libs/ImGui",
|
||||
"../libs/glad"
|
||||
}
|
||||
|
||||
include("../ImGui")
|
Loading…
Reference in New Issue
Block a user