Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
01883ebb
Commit
01883ebb
authored
May 18, 2016
by
Jan Möbius
Browse files
Added glew 1.13 to finder
parent
0d88413e
Pipeline
#1913
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindGLEW.cmake
View file @
01883ebb
...
...
@@ -45,7 +45,8 @@ 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-1.10.0/include"
)
"
${
VS_SEARCH_PATH
}
glew-1.10.0/include"
"
${
VS_SEARCH_PATH
}
glew-1.13.0/include"
)
SET
(
GLEW_NAMES glew32
)
FIND_LIBRARY
(
GLEW_LIBRARY
...
...
@@ -53,7 +54,8 @@ 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-1.10.0/lib"
)
"
${
VS_SEARCH_PATH
}
glew-1.10.0/lib"
"
${
VS_SEARCH_PATH
}
glew-1.13.0/lib"
)
else
(
WIN32
)
FIND_PATH
(
GLEW_INCLUDE_DIR GL/glew.h GL/wglew.h
...
...
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