dolphin/Externals/GLew/CMakeLists.txt
2011-01-28 00:53:30 +00:00

5 lines
85 B
CMake

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