dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.
Other
437 stars 77 forks source link

Missing 'Icons' folder #1

Closed jr-garcia closed 8 years ago

jr-garcia commented 8 years ago

Configuring with Cmake throws error:

CMake Error at CMakeLists.txt:211 (file): file COPY cannot find "/home/somepath/nanogui-sdl/resources/icons".

Copying the missing folder from https://github.com/wjakob/nanogui fixes it.