mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
2a7f305d45
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6942 8ced0084-cf51-0410-be5f-012b33b47a6e
6 lines
85 B
CMake
6 lines
85 B
CMake
include_directories(include)
|
|
|
|
set(SRCS src/glew.c)
|
|
|
|
add_library(GLEW STATIC ${SRCS})
|