Example of how ExternalProject_Add can be used to load a CEF3 Builds as a dependency in our own cmake project.
The example only works on Windows and Mac, but similar modifications can be made to work on Linux.
- Clone repo
- Setup URL in CMakeLists.txt. (Find build URLs on CEF3 Builds)
mkdir build && cd build
cmake -G "Visual Studio 12" ..
cmake --build .
(CEF will be downloaded in this step)