build: Ensure required submodules get checked out

This commit is contained in:
Matt Borgerson 2020-03-12 03:35:35 -07:00
parent 3e43f25a81
commit 8aa653fd68
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ case "$(uname -s)" in # Adjust compilation options based on platform
;;
esac
# Ensure required submodules get checked out
git submodule update --init ui/inih
git submodule update --init ui/imgui
git submodule update --init ui/ImGuiFileDialog
# find absolute path (and resolve symlinks) to build out of tree
configure="$(dirname "$($readlink -f "${0}")")/configure"