Bug 71062 - CMake: Add support to optionally install the built JavaScript shell
Summary: CMake: Add support to optionally install the built JavaScript shell
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 14:16 PDT by Daniel Bates
Modified: 2011-10-27 19:55 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2011-10-27 15:11 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (2.82 KB, patch)
2011-10-27 17:24 PDT, Daniel Bates
tonikitoo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 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).
Comment 1 Daniel Bates 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.
Comment 2 Leandro Pereira 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.
Comment 3 Daniel Bates 2011-10-27 17:24:28 PDT
Created attachment 112786 [details]
Patch
Comment 4 Daniel Bates 2011-10-27 19:55:07 PDT
Committed r98681: <http://trac.webkit.org/changeset/98681>