wjakob / nanogui

Minimalistic GUI library for OpenGL
Other
4.66k stars 608 forks source link

resources.h not found #10

Closed Wasabi2007 closed 9 years ago

Wasabi2007 commented 9 years ago

Hi I try to use the nanogui in my projekt and added it as subdirectory to my cmake project. As I see you collect the the resources with bin2c into a resources.h and resources.cpp but when I try to compile the projekt it seams the compiler can not find the header file.

Could you maybe give me a hint what went wrong?

wjakob commented 9 years ago

Hi, the current release is meant to be added using ExternalProject_Add.

This will change at some point in the future, but for now you could also try the following fork: https://github.com/libigl/nanogui

Best, Wenzel