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
OpenMesh
OpenMesh
Commits
978327a4
Commit
978327a4
authored
May 23, 2018
by
schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use finder for freeglut
parent
29048160
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
CI/Windows.bat
CI/Windows.bat
+1
-8
No files found.
CI/Windows.bat
View file @
978327a4
...
...
@@ -89,14 +89,7 @@ IF "%APPS%" == "ON" (
REM Copy the platform plugins subdirectory for the qt plugins required to run the gui apps
xcopy
/Y
%QT_INSTALL_PATH%
\plugins\platforms
Build
\plugins\platforms
IF
"
%BUILD_PLATFORM%
"
==
"VS2015"
(
set
CMAKE_CONFIGURATION
=
%QT_BASE_CONFIG%
-DGLUT
_INCLUDE_DIR
=
"
%LIBPATH%
\
%ARCHITECTURE%
\freeglut-3.0.0\include"
-DGLUT
_glut_LIBRARY
=
"
%LIBPATH%
\
%ARCHITECTURE%
\freeglut-3.0.0\lib\freeglut.lib"
)
ELSE
(
set
CMAKE_CONFIGURATION
=
%QT_BASE_CONFIG%
-DGLUT
_INCLUDE_DIR
=
"
%LIBPATH%
\
%ARCHITECTURE%
\freeglut-2.8.1\include"
-DGLUT
_glut_LIBRARY
=
"
%LIBPATH%
\
%ARCHITECTURE%
\freeglut-2.8.1\lib\freeglut.lib"
)
set
CMAKE_CONFIGURATION
=
%QT_BASE_CONFIG%
"
) ELSE (
set STRING_APPS=-no-apps
set CMAKE_CONFIGURATION=
...
...
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