dolphin/Externals/GLew/CMakeLists.txt

6 lines
85 B
CMake

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