forked from simongeilfus/Cinder-ImGui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcinderblock.xml
More file actions
28 lines (24 loc) · 740 Bytes
/
Copy pathcinderblock.xml
File metadata and controls
28 lines (24 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="ImGui"
id="ocornut.imgui"
author="Simon Geilfus"
summary="Omar Cornut's ImGui for Cinder"
license="MIT License"
git="https://github.com/simongeilfus/Cinder-ImGui.git"
>
<includePath>lib/imgui</includePath>
<includePath>include</includePath>
<header>include/CinderImGui.h</header>
<header>include/imgui_user.h</header>
<header>include/imgui_user.inl</header>
<header>lib/imgui/imconfig.h</header>
<header>lib/imgui/imgui.h</header>
<header>lib/imgui/imgui_internal.h</header>
<source>src/CinderImGui.cpp</source>
<source>lib/imgui/imgui.cpp</source>
<source>lib/imgui/imgui_draw.cpp</source>
<source>lib/imgui/imgui_demo.cpp</source>
</block>
</cinder>