CMake: within Calamares repo, use the (eventual) imported names of libraries
This commit is contained in:
parent
a1fb83bdc4
commit
cbb1a5ef36
@ -166,6 +166,8 @@ target_link_libraries( calamares
|
||||
${OPTIONAL_PUBLIC_LIBRARIES}
|
||||
)
|
||||
|
||||
add_library(Calamares::calamares ALIAS calamares)
|
||||
|
||||
### Installation
|
||||
#
|
||||
#
|
||||
|
@ -89,6 +89,8 @@ if( WITH_QML )
|
||||
target_link_libraries( calamaresui PUBLIC Qt5::QuickWidgets )
|
||||
endif()
|
||||
|
||||
add_library(Calamares::calamaresui ALIAS calamaresui)
|
||||
|
||||
|
||||
### Installation
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user