CMake project moved to projects
This commit is contained in:
parent
02c244bf78
commit
33b8a893ed
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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)
|
||||
|
0
projects/cmake/build/.keep
Normal file
0
projects/cmake/build/.keep
Normal file
Loading…
Reference in New Issue
Block a user