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

Add cmake files for linux build

Open noobusdeer opened this issue 7 years ago • 1 comments

add cinder/filesystem include for linux build

noobusdeer avatar Oct 08 '17 17:10 noobusdeer

Hey thanks so much for this PR. Not sure why I didn't see it earlier. Sorry for the delay.

Currently the shared library build is not working for me. The samples build successfully after removing SHARED from the add_library command. I'd actually prefer if NanoVG is built as a static library, anyway. It's probably the more common case to link it into your application rather than having a .so floating around.

Other than that, if you can you fix up the mixed spaces and tabs (should be 2 spaces as they are in the rest of the project) used in the cmake files and remove the Windows font changes from this PR i'd love to get it merged in!

notlion avatar Dec 16 '17 22:12 notlion