mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:21:30 +00:00
8 lines
121 B
Text
8 lines
121 B
Text
|
include_directories(include)
|
||
|
|
||
|
set(SRCS src/glew.c
|
||
|
src/glewinfo.c
|
||
|
src/visualinfo.c)
|
||
|
|
||
|
add_library(GLEW STATIC ${SRCS})
|