Skip to content
  • paroga@webkit.org's avatar
    [CMake] Add WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS macro · 583094f3
    paroga@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=79371
    
    Reviewed by Daniel Bates.
    
    .:
    
    Add a new macro to handle the inclusion of the platform specific *.cmake files.
    In the future this macro should get expanded to also handle feature specifc
    files, like the UseJSC.cmake in WebCore we already have.
    
    * Source/cmake/WebKitMacros.cmake:
    
    Source/JavaScriptCore:
    
    * CMakeLists.txt:
    * shell/CMakeLists.txt:
    * wtf/CMakeLists.txt:
    
    Source/WebCore:
    
    * CMakeLists.txt:
    
    Source/WebKit:
    
    * CMakeLists.txt:
    * PlatformBlackBerry.cmake: Renamed from Source/WebKit/blackberry/CMakeListsBlackBerry.txt.
    * PlatformEfl.cmake: Renamed from Source/WebKit/efl/CMakeListsEfl.txt.
    * PlatformWinCE.cmake: Renamed from Source/WebKit/wince/CMakeListsWinCE.txt.
    
    Source/WebKit2:
    
    * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108648 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    583094f3