@ -1,3 +1,25 @@
# = = = T h i s f i l e i s p a r t o f C a l a m a r e s - < h t t p s : / / g i t h u b . c o m / c a l a m a r e s > = = =
#
# C a l a m a r e s i s f r e e s o f t w a r e : y o u c a n r e d i s t r i b u t e i t a n d / o r m o d i f y
# i t u n d e r t h e t e r m s o f t h e G N U G e n e r a l P u b l i c L i c e n s e a s p u b l i s h e d b y
# t h e F r e e S o f t w a r e F o u n d a t i o n , e i t h e r v e r s i o n 3 o f t h e L i c e n s e , o r
# ( a t y o u r o p t i o n ) a n y l a t e r v e r s i o n .
#
# C a l a m a r e s i s d i s t r i b u t e d i n t h e h o p e t h a t i t w i l l b e u s e f u l ,
# b u t W I T H O U T A N Y W A R R A N T Y ; w i t h o u t e v e n t h e i m p l i e d w a r r a n t y o f
# M E R C H A N T A B I L I T Y o r F I T N E S S F O R A P A R T I C U L A R P U R P O S E . S e e t h e
# G N U G e n e r a l P u b l i c L i c e n s e f o r m o r e d e t a i l s .
#
# Y o u s h o u l d h a v e r e c e i v e d a c o p y o f t h e G N U G e n e r a l P u b l i c L i c e n s e
# a l o n g w i t h C a l a m a r e s . I f n o t , s e e < h t t p : / / w w w . g n u . o r g / l i c e n s e s / > .
#
# S P D X - L i c e n s e - I d e n t i f i e r : G P L - 3 . 0 +
# L i c e n s e - F i l e n a m e : L I C E N S E
#
# # #
#
# S u p p o r t f u n c t i o n s f o r b u i l d i n g p l u g i n s .
include ( CMakeParseArguments )
include ( CMakeParseArguments )
function ( calamares_add_library )
function ( calamares_add_library )
@ -64,7 +86,7 @@ function(calamares_add_library)
endif ( )
endif ( )
# a d d l i n k t a r g e t s
# a d d l i n k t a r g e t s
target_link_libraries ( ${ target }
target_link_libraries ( ${ target }
L I N K _ P U B L I C $ { C A L A M A R E S _ L I B R A R I E S }
L I N K _ P U B L I C $ { C A L A M A R E S _ L I B R A R I E S }
Q t 5 : : C o r e
Q t 5 : : C o r e
Q t 5 : : G u i
Q t 5 : : G u i