12019-04-08 Don Olmstead <don.olmstead@sony.com>
2
3 [CMake][WinCairo] Separate copied headers into different directories
4 https://bugs.webkit.org/show_bug.cgi?id=196655
5
6 Reviewed by NOBODY (OOPS!).
7
8 Add variables for the paths to copied framework headers. This is done to be
9 explicit rather than relying on ${FORWARDING_HEADERS_DIR}.
10
11 Currently all ports but WinCairo will default to ${FORWARDING_HEADERS_DIR}.
12 WinCairo overrides them to provide a directory structure that looks more
13 like what happens in an XCode build. This is meant as an intermediate step
14 towards making all CMake ports behave like this.
15
16 * Source/cmake/OptionsWinCairo.cmake:
17 * Source/cmake/WebKitFS.cmake:
18 * Source/cmake/WebKitMacros.cmake:
19