CMake project moved to projects

dev
inikep 2016-05-24 17:44:14 +02:00
parent 02c244bf78
commit 33b8a893ed
8 changed files with 2 additions and 1 deletions

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

View File

@ -4,5 +4,6 @@ projects for various integrated development environments (IDE)
#### Included projects
The following projects are included with the zstd distribution:
- cmake - CMake project contributed by Artyom Dymchenko
- VS2008 - Visual Studio 2008 project
- VS2010 - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)

View File