Changes between Version 5 and Version 6 of AddingFiles
- Timestamp:
- Apr 4, 2014, 11:47:19 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingFiles
v5 v6 50 50 * If the directory contains header or implementation files, add it to `Project_INCLUDE_DIRECTORIES`. 51 51 * 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). 52 53 53 54 === Adding a file