summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/PlatformQt.cmake
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-01-09 10:23:36 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-02-02 12:31:22 +0000
commit46167faa61861b01a0e4e8e774da9febc3c2956e (patch)
tree0d0074550506173a5671e1c0040b45f53e48cd6a /Source/WTF/wtf/PlatformQt.cmake
parentb9e202b0f12f275d4aade98943df92bf67684f52 (diff)
Imported WebKit commit 30997fb33975697a4af9cc6eef69967313d0ec9a
Change-Id: I8a2348dd9eb59df840dde6b66141d562aff29bf4 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WTF/wtf/PlatformQt.cmake')
-rw-r--r--Source/WTF/wtf/PlatformQt.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/WTF/wtf/PlatformQt.cmake b/Source/WTF/wtf/PlatformQt.cmake
index 1e64e8bb2..7efcd4015 100644
--- a/Source/WTF/wtf/PlatformQt.cmake
+++ b/Source/WTF/wtf/PlatformQt.cmake
@@ -52,13 +52,13 @@ if (WIN32)
)
endif ()
-if (MSVC)
- set(WTF_POST_BUILD_COMMAND "${CMAKE_BINARY_DIR}/DerivedSources/WTF/postBuild.cmd")
- file(WRITE "${WTF_POST_BUILD_COMMAND}" "@xcopy /y /s /d /f \"${WTF_DIR}/wtf/*.h\" \"${DERIVED_SOURCES_DIR}/ForwardingHeaders/WTF\" >nul 2>nul\n@xcopy /y /s /d /f \"${DERIVED_SOURCES_DIR}/WTF/*.h\" \"${DERIVED_SOURCES_DIR}/ForwardingHeaders/WTF\" >nul 2>nul\n")
- file(MAKE_DIRECTORY ${DERIVED_SOURCES_DIR}/ForwardingHeaders/WTF)
-endif ()
-
if (APPLE)
+ list(APPEND WTF_SOURCES
+ text/cf/AtomicStringImplCF.cpp
+ text/cf/StringCF.cpp
+ text/cf/StringImplCF.cpp
+ text/cf/StringViewCF.cpp
+ )
list(APPEND WTF_LIBRARIES
${COREFOUNDATION_LIBRARY}
)