flatten 20260225
This commit is contained in:
18
resources/packages/imgui/prepare
Executable file
18
resources/packages/imgui/prepare
Executable file
@@ -0,0 +1,18 @@
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
mkdir imgui
|
||||
pushd imgui
|
||||
|
||||
git clone --branch tjp_main_multiline https://github.com/timprepscius/imgui.git
|
||||
|
||||
pushd imgui
|
||||
ln -fs ../../../../resources/Makefile-template Makefile
|
||||
make
|
||||
popd
|
||||
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
ln -fs ../../imgui/imgui
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user