[Webkit-unassigned] [Bug 56705] [CMAKE] Refactoring CMakeLists${PORT}.txt to Platform${PORT}.cmake
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 26 23:01:26 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56705
--- Comment #11 from Patrick R. Gansterer <paroga at paroga.com> 2011-04-26 23:01:25 PST ---
(In reply to comment #10)
> Patrick: why do we want this?
To make the build system more CMake style.
You usually have _one_ CMakeLists.txt in you build directory. Additional stuff is usually in "XXX.cmake" files.
See the source of CMake itself: http://cmake.org/gitweb?p=cmake.git;a=tree
Many editors will provide correct syntax highlighting, because most of them match "CMakeLists.txt|*.cmake".
> Now I'd need to grep the .cmake files too. What's the point with renaming them?
When do you grep the files? Why?
--
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