Cycles standalone doesn't build properly from master because of changes in
the cycles API. This diff intends to allow building cycles standalone again.
Build system:
- States cycles intern dependencies to build
- Set default CYCLES_INSTALL_PATH to CMAKE_INSTALL_PREFIX
By default with a make cycles this will build to
${CMAKE_BINARY_DIR}/bin
Fixes after API changes:
- Add accessors for Camera screen_width, screen_height and screen_resolution
- Use the new NODE_SOCKET_API based API