Makefile для загрузки (обновления) сторонних модулей

This commit is contained in:
Andrei Astafev 2019-02-19 12:43:49 +03:00
parent 2351e3f2a7
commit 9c4c3ae2e4

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
# To force update modules execute command:
# make -B
download: thirdparty/cotire.cmake thirdparty/PVS-Studio.cmake
thirdparty/cotire.cmake:
wget -O thirdparty/cotire.cmake https://raw.githubusercontent.com/sakra/cotire/master/CMake/cotire.cmake
thirdparty/PVS-Studio.cmake:
wget -O thirdparty/PVS-Studio.cmake https://raw.githubusercontent.com/viva64/pvs-studio-cmake-examples/master/PVS-Studio.cmake
dos2unix thirdparty/PVS-Studio.cmake