[webkit-reviews] review granted: [Bug 77928] [CMAKE] Use *bin* and *lib* directories for executable and libraries : [Attachment 125813] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 10:03:07 PST 2012


Daniel Bates <dbates at webkit.org> has granted Gyuyoung Kim
<gyuyoung.kim at samsung.com>'s request for review:
Bug 77928: [CMAKE] Use *bin* and *lib* directories for executable and libraries
https://bugs.webkit.org/show_bug.cgi?id=77928

Attachment 125813: Patch
https://bugs.webkit.org/attachment.cgi?id=125813&action=review

------- Additional Comments from Daniel Bates <dbates at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=125813&action=review


> CMakeLists.txt:46
> +SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
> +SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

I don't have a CMake build at the moment. I assume that these directories are
created by CMake in the directory CMAKE_BINARY_DIR.


More information about the webkit-reviews mailing list