• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CONTENTS
2--------
3
4cmake       Contains CMake configuration files shared by all targets.
5
6include     Contains all required CEF header files.
7
8libcef_dll  Contains the source code for the libcef_dll_wrapper static library
9            that all applications using the CEF C++ API must link against.
10
11Release     Contains the "Chromium Embedded Framework.framework" and other
12            components required to run the release version of CEF-based
13            applications.
14
15
16USAGE
17-----
18
19Building using CMake:
20  CMake can be used to generate project files in many different formats. See
21  usage instructions at the top of the CMakeLists.txt file.
22
23Please visit the CEF Website for additional usage information.
24
25https://bitbucket.org/chromiumembedded/cef/
26