You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 

37 lines
830 B

project "ImGui"
kind "StaticLib"
language "C++"
systemversion "latest"
cppdialect "C++17"
staticruntime "On"
targetdir ("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}")
objdir ("%{wks.location}/bin-int/" .. outputdir .. "/%{prj.name}")
files
{
"%{prj.location}/imconfig.h",
"%{prj.location}/imgui.h",
"%{prj.location}/imgui.cpp",
"%{prj.location}/imgui_draw.cpp",
"%{prj.location}/imgui_internal.h",
"%{prj.location}/imgui_widgets.cpp",
"%{prj.location}/imstb_rectpack.h",
"%{prj.location}/imstb_textedit.h",
"%{prj.location}/imstb_truetype.h",
"%{prj.location}/imgui_demo.cpp",
"%{prj.location}/imgui_tables.cpp",
}
filter "system:linux"
pic "On"
filter "configurations:Debug"
runtime "Debug"
symbols "on"
filter "configurations:Release"
runtime "Release"
optimize "on"