Convert library to STATIC.
This commit is contained in:
parent
c9235ec9c2
commit
f7bcb15bad
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue