Dependencies in the depends folders are not installed with 'make install'.
Could be fixed by adding the following lines to the end of CMakeLists.txt:
install_files(/ FILES "${MY_DIR}/../../depends/glew/")
install_files(/ FILES "${MY_DIR}/../../depends/libusb/")
or maybe by installing them from the install_deps.sh script.