summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorChuyan Zhang <me@zcy.moe>2024-09-05 01:11:42 -0700
committerChuyan Zhang <me@zcy.moe>2024-09-05 01:11:42 -0700
commit8c7926588b616988e7b016eaf704acee0ee77cc9 (patch)
treea1bb11131aea964f9fa0bca76196c3351530c01d /ext
downloadiris-8c7926588b616988e7b016eaf704acee0ee77cc9.tar.gz
iris-8c7926588b616988e7b016eaf704acee0ee77cc9.zip
Initial setup
Diffstat (limited to 'ext')
m---------ext/argparse0
m---------ext/imgui0
-rw-r--r--ext/imgui.cmake13
m---------ext/tinygltf.git0
m---------ext/tinyobjloader0
5 files changed, 13 insertions, 0 deletions
diff --git a/ext/argparse b/ext/argparse
new file mode 160000
+Subproject fd13c2859131ab463e617a5a8abcc69eb7e1d89
diff --git a/ext/imgui b/ext/imgui
new file mode 160000
+Subproject 1dfbb100d6ca6e7d813102e979c07f66a56546b
diff --git a/ext/imgui.cmake b/ext/imgui.cmake
new file mode 100644
index 0000000..42d7c5d
--- /dev/null
+++ b/ext/imgui.cmake
@@ -0,0 +1,13 @@
+set(IMGUI_DIR ${EXT_DIR}/imgui)
+add_library(imgui STATIC
+ ${IMGUI_DIR}/imgui.cpp
+ ${IMGUI_DIR}/imgui_demo.cpp
+ ${IMGUI_DIR}/imgui_draw.cpp
+ ${IMGUI_DIR}/imgui_widgets.cpp
+ ${IMGUI_DIR}/backends/imgui_impl_glfw.cpp
+)
+
+target_include_directories(imgui PUBLIC
+ ${IMGUI_DIR}
+ ${IMGUI_DIR}/backends
+) \ No newline at end of file
diff --git a/ext/tinygltf.git b/ext/tinygltf.git
new file mode 160000
+Subproject fda7422022ff058b1b7b501d373a97b1cc377bf
diff --git a/ext/tinyobjloader b/ext/tinyobjloader
new file mode 160000
+Subproject 50461d0e0a77c178bb478e9319d7de82f469a84