submodule updates
This commit is contained in:
13
premake5.lua
13
premake5.lua
@@ -16,6 +16,7 @@ workspace "SakuraVNE"
|
||||
IncludeDir["ImGuiNodeEditor"] = "/libs/imgui-node-editor"
|
||||
|
||||
include "libs/imgui"
|
||||
include "libs/imgui-node-editor"
|
||||
|
||||
project "SakuraVNE" --project under solution
|
||||
location "SakuraVNE"
|
||||
@@ -38,18 +39,18 @@ project "SakuraVNE" --project under solution
|
||||
"libs/spdlog/include",
|
||||
"libs/imgui",
|
||||
"libs/imgui/misc",
|
||||
"libs/imgui/backends"
|
||||
"libs/imgui/backends",
|
||||
"libs/imgui-node-editor"
|
||||
}
|
||||
|
||||
libdirs{
|
||||
"build/bin/" .. outputdir .. "/ImGui"
|
||||
}
|
||||
links{ --reference
|
||||
"ImGui"
|
||||
"build/bin/" .. outputdir .. "/ImGui",
|
||||
"build/bin/" .. outputdir .. "/ImGuiNodeEditor"
|
||||
}
|
||||
|
||||
links{
|
||||
"ImGui"
|
||||
"ImGui",
|
||||
"ImGuiNodeEditor"
|
||||
}
|
||||
|
||||
filter "system:windows"
|
||||
|
||||
Reference in New Issue
Block a user