فهرست منبع

Windows CI: add missing cmakefile reference to build script.

Kim Kulling 10 سال پیش
والد
کامیت
0dca6acd84
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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