CMake project moved to projects

This commit is contained in:
inikep
2016-05-24 17:44:14 +02:00
parent 02c244bf78
commit 33b8a893ed
8 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ travis-install:
$(MAKE) install PREFIX=~/install_test_dir
cmaketest:
cd contrib/cmake ; cmake . ; $(MAKE)
cd projects/cmake/build ; cmake .. ; $(MAKE)
clangtest: clean
clang -v