Perlmint / glew-cmake

GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
Other
235 stars 95 forks source link

rc files missing? #5

Closed karlssonper closed 10 years ago

karlssonper commented 10 years ago

Hey, I'm trying to build GLEW with CMake in windows but it's try to include .rc files in the /build dir. Are these supposed to be generated at some point or am I missing something here?

cheers

Perlmint commented 10 years ago

You are right. rc files are generated. I missed to add theses files. I just added rc files by this commit. https://github.com/omniavinco/glew-cmake/commit/1dbf20b5b4c641c7e71f312b5c51e35d63610ac8

thanks

karlssonper commented 10 years ago

cool, thanks!