Changeset 209680 in webkit


Ignore:
Timestamp:
Dec 11, 2016, 3:11:57 AM (9 years ago)
Author:
Konstantin Tokarev
Message:

Unreviewed, add KHR include dir to fix ANGLE build after r209665
https://bugs.webkit.org/show_bug.cgi?id=165686

  • CMakeLists.txt:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r209674 r209680  
    39213921    target_include_directories(ANGLESupport PRIVATE
    39223922        "${THIRDPARTY_DIR}/ANGLE/include"
     3923        "${THIRDPARTY_DIR}/ANGLE/include/KHR"
    39233924        "${THIRDPARTY_DIR}/ANGLE/src"
    39243925        "${THIRDPARTY_DIR}/ANGLE/src/common/third_party/numerics"
  • trunk/Source/WebCore/ChangeLog

    r209679 r209680  
     12016-12-11  Konstantin Tokarev  <annulen@yandex.ru>
     2
     3        Unreviewed, add KHR include dir to fix ANGLE build after r209665
     4        https://bugs.webkit.org/show_bug.cgi?id=165686
     5
     6        * CMakeLists.txt:
     7
    182016-12-10  Dave Hyatt  <hyatt@apple.com>
    29
Note: See TracChangeset for help on using the changeset viewer.