🔧 Replaced cmakelist with a makefile

This commit is contained in:
2021-03-15 15:15:14 +01:00
parent 52aeae3c6c
commit ca948a78a2
5 changed files with 13 additions and 44 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
all : cmake conan sccache
cmake:
cmake -DTOOL=cmake -DREPO=kitware -P update.cmake
conan:
cmake -DTOOL=conan -DREPO=conan-io -P update.cmake
sccache:
cmake -DTOOL=sccache -DREPO=mozilla -P update.cmake