|
@@ -83,7 +83,7 @@ workspace "rlImGui"
|
|
|
architecture "x86_64"
|
|
|
|
|
|
targetdir "bin/%{cfg.buildcfg}/"
|
|
|
- defines ("IMGUI_DISABLE_OBSOLETE_FUNCTIONS","IMGUI_DISABLE_OBSOLETE_KEYIO")
|
|
|
+
|
|
|
|
|
|
cdialect "C99"
|
|
|
cppdialect "C++11"
|
|
@@ -108,6 +108,8 @@ project "rlImGui"
|
|
|
}
|
|
|
files {"imGui-master/*.h", "imGui-master/*.cpp", "imGui/*.h", "imGui/*.cpp", "*.cpp", "*.h", "extras/**.h"}
|
|
|
|
|
|
+ defines ("IMGUI_DISABLE_OBSOLETE_FUNCTIONS","IMGUI_DISABLE_OBSOLETE_KEYIO")
|
|
|
+
|
|
|
group "Examples"
|
|
|
project "simple"
|
|
|
kind "ConsoleApp"
|