This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
dolphin-emulator
Watch
1
Star
0
Fork
You've already forked dolphin-emulator
0
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-08-11 21:21:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
68ba0f7f4e
dolphin-emulator
/
Externals
/
GLew
/
CMakeLists.txt
6 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Reestablish *BSD build using CMake. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6516 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-04 15:19:04 +00:00
include_directories(include)
Some preliminary cleanup of the global namespace for LTO. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6942 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-28 00:53:30 +00:00
set(SRCS src/glew.c)
Reestablish *BSD build using CMake. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6516 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-04 15:19:04 +00:00
add_library(GLEW STATIC ${SRCS})
Reference in a new issue
Copy permalink