• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CONTENTS
2--------
3
4cmake       Contains CMake configuration files shared by all targets.
5
6Debug       Contains the "Chromium Embedded Framework.framework" and other
7            components required to run the debug version of CEF-based
8            applications.
9
10include     Contains all required CEF header files.
11
12libcef_dll  Contains the source code for the libcef_dll_wrapper static library
13            that all applications using the CEF C++ API must link against.
14
15Release     Contains the "Chromium Embedded Framework.framework" and other
16            components required to run the release version of CEF-based
17            applications.
18
19tests/      Directory of tests that demonstrate CEF usage.
20
21  cefclient Contains the cefclient sample application configured to build
22            using the files in this distribution. This application demonstrates
23            a wide range of CEF functionalities.
24
25  cefsimple Contains the cefsimple sample application configured to build
26            using the files in this distribution. This application demonstrates
27            the minimal functionality required to create a browser window.
28
29  ceftests  Contains unit tests that exercise the CEF APIs.
30
31  gtest     Contains the Google C++ Testing Framework used by the ceftests
32            target.
33
34  shared    Contains source code shared by the cefclient and ceftests targets.
35
36
37USAGE
38-----
39
40Building using CMake:
41  CMake can be used to generate project files in many different formats. See
42  usage instructions at the top of the CMakeLists.txt file.
43
44Please visit the CEF Website for additional usage information.
45
46https://bitbucket.org/chromiumembedded/cef/
47