mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-05 04:28:47 +02:00
Moving backends code from examples/ to backends/ (step 3: fixing project files)
This commit is contained in:
@ -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
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user