fixed CMake compilation with Visual Studio

This commit is contained in:
Przemyslaw Skibinski
2016-12-19 09:28:55 +01:00
parent 5477dd7ac9
commit 08e8d30d1b
3 changed files with 15 additions and 3 deletions
+7
View File
@@ -55,6 +55,13 @@ build_script:
make -C contrib\pzstd tests &&
make -C contrib\pzstd check &&
make -C contrib\pzstd clean
ECHO *** &&
ECHO *** Building cmake for %PLATFORM% &&
ECHO *** &&
mkdir build\cmake\build &&
cd build\cmake\build &&
cmake -G "Visual Studio 14 2015 Win64" .. &&
cd ..\..\..
)
- if [%COMPILER%]==[gcc] (
ECHO *** &&