Page 1 of 1

My take on CMake and demos

PostPosted: Sat Mar 30, 2019 11:23 am
by wraith
Hi I'm working on two repos

CEF-CMake: CMake files for using CEF which make it easier for users than using the default ones which are more suitable for building CEF itself
CEF-Demos: Some CEF demos (using CEF-CMake) which make it easier for people to get into CEF.

I'd appreciate any feedback and especially help with getting it all to work on a Mac. They currently work on Windows and Linux, but I don't have access to a Mac of any kind.

Re: My take on CMake and demos

PostPosted: Sat Mar 30, 2019 12:51 pm
by magreenblatt
This looks really cool, thanks for sharing. Keeping up with “modern” cmake can be challenging :) I’ll take a closer look at your setup later and see if something similar can be included in the cmake configuration that CEF ships with, or in https://bitbucket.org/chromiumembedded/cef-project.