Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
77f68b24
Commit
77f68b24
authored
Jul 19, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed GLEW Finder for VS2017
parent
eabb5413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmake/FindGLEW.cmake
cmake/FindGLEW.cmake
+2
-2
No files found.
cmake/FindGLEW.cmake
View file @
77f68b24
...
...
@@ -49,7 +49,7 @@ if( WIN32 )
PATHS
"
${
CMAKE_WINDOWS_LIBS_DIR
}
/glew/include"
"
${
CMAKE_WINDOWS_LIBS_DIR
}
/glew-1.6.0/include"
${
COMPILER_PATH
}
/PlatformSDK/Include
"
${
VS_SEARCH_PATH
}
glew-2.0
cmak
.0/include"
"
${
VS_SEARCH_PATH
}
glew-2.0.0/include"
"
${
VS_SEARCH_PATH
}
glew-1.10.0/include"
"
${
VS_SEARCH_PATH
}
glew-1.13.0/include"
)
...
...
@@ -59,7 +59,7 @@ if( WIN32 )
PATHS
"
${
CMAKE_WINDOWS_LIBS_DIR
}
/glew/lib"
"
${
CMAKE_WINDOWS_LIBS_DIR
}
/glew-1.6.0/lib"
${
COMPILER_PATH
}
/PlatformSDK/Lib
"
${
VS_SEARCH_PATH
}
glew-2.0.0/lib"
"
${
VS_SEARCH_PATH
}
glew-2.0.0/lib"
"
${
VS_SEARCH_PATH
}
glew-1.10.0/lib"
"
${
VS_SEARCH_PATH
}
glew-1.13.0/lib"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment