This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4644a3bd16
dolphin
/
Externals
/
GLew
/
CMakeLists.txt
6 lines
85 B
CMake
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
}
)