aboutsummaryrefslogtreecommitdiff
path: root/update_external_modules.sh
blob: b290dbb3a2edd52ccd6d6c5c2a3c3754dc89cbc3 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

cd "$(dirname ${0})"
git submodule
git submodule update --init
cp -v ./json/single_include/nlohmann/json.hpp ./json.hpp
cp -v ./CImg/CImg.h ./CImg.h
cp -v ./CImg/plugins/jpeg_buffer.h ./jpeg_buffer.h