Changes between Version 5 and Version 6 of AddingFiles


Ignore:
Timestamp:
Apr 4, 2014 11:47:19 AM (10 years ago)
Author:
Brian Burg
Comment:

CMake: how to reference headers in new WebCore directories from WebKit2

Legend:

Unmodified
Added
Removed
Modified
  • AddingFiles

    v5 v6  
    5050 * If the directory contains header or implementation files, add it to `Project_INCLUDE_DIRECTORIES`.
    5151 * If the directory contains IDL files, add it to `Project_IDL_INCLUDES`.
     52 * If the directory has headers used outside the current project (i.e., a WebCore directory's headers are used by WebKit2), then you must add the referenced directory to referencing project's CMakeLists.txt (i.e., WebKit2).
    5253
    5354=== Adding a file