Convert library to STATIC.

This commit is contained in:
John Preston 2020-08-07 23:35:32 +04:00
parent c9235ec9c2
commit f7bcb15bad

View file

@ -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)