Moving backends code from examples/ to backends/ (step 3: fixing project files)

This commit is contained in:
ocornut
2020-10-12 15:41:57 +02:00
parent 428f4fce70
commit a7e21fb05f
56 changed files with 296 additions and 285 deletions

View File

@ -17,8 +17,8 @@ options
includepaths
{
..
../..
../../backends
}
subprojects
@ -38,9 +38,9 @@ files
../../imgui.h
../../imgui_internal.h
["imgui", "Marmalade backend"]
../imgui_impl_marmalade.h
../imgui_impl_marmalade.cpp
["imgui","Marmalade backend"]
../../backends/imgui_impl_marmalade.h
../../backends/imgui_impl_marmalade.cpp
main.cpp
}