Skip to content
  • paroga@webkit.org's avatar
    [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME · 8c217808
    paroga@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=114554
    
    Reviewed by Gyuyoung Kim.
    
    Using variables as target names is very uncommon in CMake.
    The usual way to specify the name of the resulting binary
    is to set the OUTPUT_NAME target property.
    
    .:
    
    * CMakeLists.txt:
    * Source/CMakeLists.txt:
    * Source/PlatformEfl.cmake:
    * Source/PlatformGTK.cmake:
    * Source/cmake/OptionsBlackBerry.cmake:
    * Source/cmake/OptionsEfl.cmake:
    * Source/cmake/OptionsGTK.cmake:
    * Source/cmake/WebKitHelpers.cmake:
    * Source/cmake/gtest/CMakeLists.txt:
    
    Source/JavaScriptCore:
    
    * CMakeLists.txt:
    * shell/CMakeLists.txt:
    
    Source/WebCore:
    
    * CMakeLists.txt:
    
    Source/WebKit:
    
    * CMakeLists.txt:
    * PlatformBlackBerry.cmake:
    * PlatformEfl.cmake:
    
    Source/WebKit/efl:
    
    * ewebkit.pc.in:
    
    Source/WebKit2:
    
    * CMakeLists.txt:
    * PlatformEfl.cmake:
    * efl/ewebkit2.pc.in:
    
    Source/WTF:
    
    * wtf/CMakeLists.txt:
    
    Tools:
    
    * DumpRenderTree/efl/CMakeLists.txt:
    * EWebLauncher/CMakeLists.txt:
    * ImageDiff/CMakeLists.txt:
    * MiniBrowser/efl/CMakeLists.txt:
    * TestWebKitAPI/CMakeLists.txt:
    * WebKitTestRunner/CMakeLists.txt:
    * WebKitTestRunner/PlatformEfl.cmake:
    * WinCELauncher/CMakeLists.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@150336 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8c217808