Skip to content
  • kubo@profusion.mobi's avatar
    [CMake] Unreviewed build fix after r111778. · 0210bd0c
    kubo@profusion.mobi authored
    .:
    
    * Source/CMakeLists.txt: Build WTF/.
    
    Source/JavaScriptCore:
    
    * CMakeLists.txt: Move ${WTF_DIR} after ${JAVASCRIPTCORE_DIR} in
    the include paths so that the right config.h is used.
    
    Source/WebCore:
    
    * CMakeLists.txt: Replace ${JAVASCRIPTCORE_DIR}/wtf includes with
    ${WTF_DIR}/wtf ones.
    
    Source/WebKit:
    
    * CMakeLists.txt: Replace ${JAVASCRIPTCORE_DIR}/wtf includes with
    ${WTF_DIR}/wtf ones.
    
    Source/WebKit2:
    
    * CMakeLists.txt: Replace ${JAVASCRIPTCORE_DIR}/wtf includes with
    ${WTF_DIR}/wtf ones.
    
    Source/WTF:
    
    * CMakeLists.txt: Added.
    * wtf/CMakeLists.txt: Add ${CMAKE_BINARY_DIR} to the include paths
    for cmakeconfig.h to be found.
    
    Tools:
    
    * DumpRenderTree/efl/CMakeLists.txt: Replace
    ${JAVASCRIPTCORE_DIR}/wtf with ${WTF_DIR}/wtf in the include
    paths.
    * DumpRenderTree/efl/LayoutTestControllerEfl.cpp: Use the right
    wtf include.
    * DumpRenderTree/efl/WorkQueueItemEfl.cpp: Ditto.
    * WinCELauncher/CMakeLists.txt: Replace ${JAVASCRIPTCORE_DIR}/wtf
    with ${WTF_DIR}/wtf in the include paths.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@111799 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0210bd0c