RESOLVED FIXED 71062
CMake: Add support to optionally install the built JavaScript shell
https://bugs.webkit.org/show_bug.cgi?id=71062
Summary CMake: Add support to optionally install the built JavaScript shell
Daniel Bates
Reported 2011-10-27 14:16:22 PDT
Add support to the CMake build system to optionally install the built JSC application in /bin (with respect to the prefix path).
Attachments
Patch (2.79 KB, patch)
2011-10-27 15:11 PDT, Daniel Bates
no flags
Patch (2.82 KB, patch)
2011-10-27 17:24 PDT, Daniel Bates
tonikitoo: review+
Daniel Bates
Comment 1 2011-10-27 15:11:04 PDT
Created attachment 112765 [details] Patch I am unsure how best to get this functionality. I am open to suggestions.
Leandro Pereira
Comment 2 2011-10-27 16:02:36 PDT
I'd change SHOULD_INSTALL_JSC to SHOULD_INSTALL_JS_SHELL (or something like that); but that's a small nit. The patch looks fine.
Daniel Bates
Comment 3 2011-10-27 17:24:28 PDT
Daniel Bates
Comment 4 2011-10-27 19:55:07 PDT
Note You need to log in before you can comment on or make changes to this bug.