dolphin/Externals/GLew/CMakeLists.txt

8 lines
121 B
CMake

include_directories(include)
set(SRCS src/glew.c
src/glewinfo.c
src/visualinfo.c)
add_library(GLEW STATIC ${SRCS})