mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 14:51:40 +02:00
8 lines
121 B
CMake
8 lines
121 B
CMake
![]() |
include_directories(include)
|
||
|
|
||
|
set(SRCS src/glew.c
|
||
|
src/glewinfo.c
|
||
|
src/visualinfo.c)
|
||
|
|
||
|
add_library(GLEW STATIC ${SRCS})
|