Skip to content

Commit b920f26

Browse files
committed
Satisfy appveyor
1 parent d1667d2 commit b920f26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ platform: x64
44
configuration: Release
55

66
before_build:
7+
- cd C:\projects
8+
- nuget install nupengl.core
9+
- cd C:\projects\nanort
710
- echo running cmake...
811
- 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"
914

1015
build:
1116
parallel: true

0 commit comments

Comments
 (0)