Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[CMake] Always build wtf as a static library.
https://bugs.webkit.org/show_bug.cgi?id=79857 Reviewed by Eric Seidel. .: * CMakeLists.txt: Put static libraries in ${CMAKE_BINARY_DIR} too to have them grouped with the shared ones. Source/JavaScriptCore: To help the efforts in bug 75673 to move WTF out of JavaScriptCore, act more like the other ports and remove the possibility of building WTF as a shared library. It does not make much sense to, for example, ship WTF as a separate .so with webkit-efl packages, and it should be small enough not to cause problems during linking. * wtf/CMakeLists.txt: Canonical link: https://commits.webkit.org/96954@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@109197 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
30 additions
and 9 deletions.
- +2 −3 CMakeLists.txt
- +10 −0 ChangeLog
- +17 −0 Source/JavaScriptCore/ChangeLog
- +1 −6 Source/JavaScriptCore/wtf/CMakeLists.txt
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters