Cinder-UI icon indicating copy to clipboard operation
Cinder-UI copied to clipboard

Added Linux support

Open falcon4ever opened this issue 8 years ago • 0 comments

Added Linux support to Cinder-UI. Tested with Cinder 0.9.1dev (android_linux branch)

To use it in the app, edit your local cmake file and add:

set( BLOCKS
	...
	Cinder-UI
)

ci_make_app(
	...
	BLOCKS     ${BLOCKS}
)

falcon4ever avatar Nov 30 '16 02:11 falcon4ever