Bug 198400

Summary: [CMake] Add WebKit::WTF target
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: CMakeAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, annulen, commit-queue, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Don Olmstead 2019-05-30 18:13:25 PDT
Use WEBKIT_FRAMEWORK_TARGET for WTF.
Comment 1 Don Olmstead 2019-05-30 18:34:32 PDT
Created attachment 371011 [details]
Patch
Comment 2 Konstantin Tokarev 2019-05-31 06:42:22 PDT
MiniBrowser failed to build on Win EWS: 

c:\cygwin\home\buildbot\webkit\tools\minibrowser\win\stdafx.h(34): fatal error C1083: Cannot open include file: 'cmakeconfig.h': No such file or directory (compiling source file C:\cygwin\home\buildbot\WebKit\Tools\MiniBrowser\win\WinMain.cpp)
Comment 3 Don Olmstead 2019-05-31 06:46:04 PDT
Created attachment 371055 [details]
Patch
Comment 4 Konstantin Tokarev 2019-05-31 06:49:31 PDT
Comment on attachment 371055 [details]
Patch

r=me if WTF is happy
Comment 5 Konstantin Tokarev 2019-05-31 08:10:29 PDT
Comment on attachment 371055 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=371055&action=review

> Source/JavaScriptCore/ChangeLog:3
> +        [CMake] Add WebKit::WTF target

BTW, this commit message is not accurate: you don't add WebKit::WTF target (it was added previously), but use it instead of WTF${DEBUG_SUFFIX}.
Comment 6 Don Olmstead 2019-05-31 08:32:38 PDT
(In reply to Konstantin Tokarev from comment #5)
> Comment on attachment 371055 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=371055&action=review
> 
> > Source/JavaScriptCore/ChangeLog:3
> > +        [CMake] Add WebKit::WTF target
> 
> BTW, this commit message is not accurate: you don't add WebKit::WTF target
> (it was added previously), but use it instead of WTF${DEBUG_SUFFIX}.

There was a patch that added it but it got rolled out
Comment 7 WebKit Commit Bot 2019-05-31 09:56:09 PDT
Comment on attachment 371055 [details]
Patch

Clearing flags on attachment: 371055

Committed r245968: <https://trac.webkit.org/changeset/245968>
Comment 8 WebKit Commit Bot 2019-05-31 09:56:11 PDT
All reviewed patches have been landed.  Closing bug.