Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
67b1c157
Commit
67b1c157
authored
Nov 17, 2013
by
reassembler
Browse files
Comments and renenable OpenGL
parent
e4edf689
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/default.cmake
View file @
67b1c157
...
...
@@ -10,7 +10,7 @@ if (NOT DEFINED ENV{DXSDK})
endif
()
# Use OpenGL for rendering.
set
(
OPENGL
0
)
set
(
OPENGL
1
)
include_directories
(
"
${
sdl_root
}
/include"
...
...
@@ -19,10 +19,10 @@ include_directories(
link_libraries
(
cannonball
SDL
SDLmain
#
opengl32 # For OpenGL
#
glu32 # For OpenGL
dxguid
dinput8
opengl32
# For OpenGL
glu32
# For OpenGL
dxguid
# Direct X Haptic Support
dinput8
# Direct X Haptic Support
)
# Linking
...
...
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