Bug 219743

Summary: [CMake] Use TARGET_PROPERTY to set includes for executables
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: CMakeAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, ews-watchlist, gyuyoung.kim, Hironori.Fujii, keith_miller, mark.lam, mcatanzaro, msaboff, ryuan.choi, saam, sergio, tzagallo
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ews-feeder: commit-queue-

Description Don Olmstead 2020-12-10 07:46:19 PST
...
Comment 1 Don Olmstead 2020-12-10 07:55:56 PST
Created attachment 415875 [details]
Patch
Comment 2 EWS 2020-12-10 10:08:43 PST
Committed r270634: <https://trac.webkit.org/changeset/270634>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 415875 [details].
Comment 3 Fujii Hironori 2020-12-10 13:40:58 PST
I don't prefer the idea using CMake's generator expressions unnecessarily. Using normal variables is straightforward.