From 8c7926588b616988e7b016eaf704acee0ee77cc9 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 5 Sep 2024 01:11:42 -0700 Subject: Initial setup --- ext/argparse | 1 + ext/imgui | 1 + ext/imgui.cmake | 13 +++++++++++++ ext/tinygltf.git | 1 + ext/tinyobjloader | 1 + 5 files changed, 17 insertions(+) create mode 160000 ext/argparse create mode 160000 ext/imgui create mode 100644 ext/imgui.cmake create mode 160000 ext/tinygltf.git create mode 160000 ext/tinyobjloader (limited to 'ext') diff --git a/ext/argparse b/ext/argparse new file mode 160000 index 0000000..fd13c28 --- /dev/null +++ b/ext/argparse @@ -0,0 +1 @@ +Subproject commit fd13c2859131ab463e617a5a8abcc69eb7e1d897 diff --git a/ext/imgui b/ext/imgui new file mode 160000 index 0000000..1dfbb10 --- /dev/null +++ b/ext/imgui @@ -0,0 +1 @@ +Subproject commit 1dfbb100d6ca6e7d813102e979c07f66a56546bb 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 index 0000000..fda7422 --- /dev/null +++ b/ext/tinygltf.git @@ -0,0 +1 @@ +Subproject commit fda7422022ff058b1b7b501d373a97b1cc377bfd diff --git a/ext/tinyobjloader b/ext/tinyobjloader new file mode 160000 index 0000000..50461d0 --- /dev/null +++ b/ext/tinyobjloader @@ -0,0 +1 @@ +Subproject commit 50461d0e0a77c178bb478e9319d7de82f469a848 -- cgit v1.2.3-70-g09d2