File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ project " imgui"
2+ kind " StaticLib"
3+ language " C++"
4+
5+ targetdir (" bin/" .. outputdir .. " /%{prj.name}" )
6+ objdir (" bin-int/" .. outputdir .. " /%{prj.name}" )
7+
8+ files
9+ {
10+ " imgui/imconfig.h" ,
11+ " imgui/imgui.h" ,
12+ " imgui/imgui.cpp" ,
13+ " imgui/imgui_draw.cpp" ,
14+ " imgui/imgui_internal.h" ,
15+ " imgui/imgui_widgets.cpp" ,
16+ " imgui/imstb_rectpack.h" ,
17+ " imgui/imstb_textedit.h" ,
18+ " imgui/imstb_truetype.h" ,
19+ " imgui/imgui_demo.cpp"
20+ }
21+
22+ filter " system:windows"
23+ systemversion " latest"
24+ cppdialect " C++17"
25+ staticruntime " On"
26+
27+ filter " system:linux"
28+ pic " On"
29+ systemversion " latest"
30+ cppdialect " C++17"
31+ staticruntime " On"
32+
33+ filter " configurations:Debug"
34+ runtime " Debug"
35+ symbols " on"
36+
37+ filter " configurations:Release"
38+ runtime " Release"
39+ optimize " on"
You can’t perform that action at this time.
0 commit comments