Makefile для загрузки (обновления) сторонних модулей
This commit is contained in:
parent
2351e3f2a7
commit
9c4c3ae2e4
12
Makefile
Normal file
12
Makefile
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user