We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1667d2 commit b920f26Copy full SHA for b920f26
appveyor.yml
@@ -4,8 +4,13 @@ platform: x64
4
configuration: Release
5
6
before_build:
7
+ - cd C:\projects
8
+ - nuget install nupengl.core
9
+ - cd C:\projects\nanort
10
- echo running cmake...
11
- cmake -G "Visual Studio 12 Win64" -Bbuild -H.
12
+ -DGLEW_INCLUDE_DIR="C:\projects\nupengl.core.0.1.0.1\build\native\include"
13
+ -DGLEW_LIBRARY="C:\projects\nupengl.core.0.1.0.1\build\native\lib\x64\glew32.lib"
14
15
build:
16
parallel: true
0 commit comments