Make CMake-generated binaries on Mac able to run
Created attachment 275729 [details] Patch
Created attachment 275734 [details] Patch
Comment on attachment 275734 [details] Patch r=me
Committed to http://trac.webkit.org/changeset/199094 with one change from the patch: I hardcoded -compatibility_version 1 instead of ${WEBKIT_MAC_VERSION} because that is what Xcode does right now.
Next step: getting them to run without crashing. Right now sizeof(WebCore::Page) is inconsistent, causing horrible crashes :(