From f7bcb15bad3879b448a9b5bd3f9827009151b2f3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 7 Aug 2020 23:35:32 +0400 Subject: [PATCH] Convert library to STATIC. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 562ba9c..15d69e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # For license and copyright information please follow this link: # https://github.com/desktop-app/legal/blob/master/LEGAL -add_library(lib_ui OBJECT) +add_library(lib_ui STATIC) add_library(desktop-app::lib_ui ALIAS lib_ui) init_target(lib_ui)