[Webkit-unassigned] [Bug 104083] New: [CMake] Proper encapsulation of WebKit CMake rules
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 4 21:06:17 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104083
Summary: [CMake] Proper encapsulation of WebKit CMake rules
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: EasyFix
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: laszlo.gombos at webkit.org
CC: rakuco at webkit.org, ryuan.choi at samsung.com,
hugo.lima at openbossa.org
It seems to me that many of the rules in the top /CMakeLists.txt should be moved to /Source/CMakeLists.txt as most of the rules in /CMakeLists.txt are only relevant for files under /Source (and not for example relevant for /Tools).
As an example /Makefile is a good example how to the the encapsulation properly. The top level /CMakeLists.txt should be really only responsible for invoking sub projects under /Source and /Tools and it should not specify details how things under /Source are built.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list