• 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 libcef.so and other components required to run the release
12            version of CEF-based applications. By default these files should be
13            placed in the same directory as the executable.
14
15Resources   Contains resources required by libcef.so. By default these files
16            should be placed in the same directory as libcef.so.
17
18
19USAGE
20-----
21
22Building using CMake:
23  CMake can be used to generate project files in many different formats. See
24  usage instructions at the top of the CMakeLists.txt file.
25
26Please visit the CEF Website for additional usage information.
27
28https://bitbucket.org/chromiumembedded/cef/
29