Browse Source

Windows CI: add missing cmakefile reference to build script.

Kim Kulling 10 years ago
parent
commit
0dca6acd84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -21,5 +21,5 @@ build:
 build_script:
  - cd c:\projects\assimp
  - cd
- - cmake -G"Visual Studio 11" ..
+ - cmake CMakeLists.txt -G"Visual Studio 11" ..
  - msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln