diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-04-28 20:13:26 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-04-28 20:13:26 +0200 |
| commit | 66966fb03d792fddc2088e5197051f32be1c656d (patch) | |
| tree | 8e2ed416caff4d0418f44a88d08e848fb8605896 /wayland | |
| parent | 9881e1467b11f0b6dd90c7489909ddec4d7c9a91 (diff) | |
Explicitly mark static linking in CMake
When no type is given, it depends on BUILD_SHARED_LIBS value which is
not desired in this case.
Diffstat (limited to 'wayland')
| -rw-r--r-- | wayland/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/CMakeLists.txt b/wayland/CMakeLists.txt index df92db9e..54fe3e23 100644 --- a/wayland/CMakeLists.txt +++ b/wayland/CMakeLists.txt @@ -5,7 +5,7 @@ include_directories( ${WAYLAND_INCLUDE_DIR} ) -add_library(sway-wayland +add_library(sway-wayland STATIC buffers.c pango.c registry.c |
