summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/glib/CMakeLists.txt
blob: 0a2032bcac933792840039df6322b3254f27f212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
set(TARGET glib)
add_library(${TARGET}
"garray.c"
"gasyncqueue.c"
"gatomic.c"
"gbacktrace.c"
"gbase64.c"
"gbitlock.c"
"gbookmarkfile.c"
"gbuffer.c"
"gcache.c"
"gchecksum.c"
"gcompletion.c"
"gconvert.c"
"gdataset.c"
"gdate.c"
"gdatetime.c"
"gdir.c"
"gerror.c"
"gfileutils.c"
"ghash.c"
"ghook.c"
"ghostutils.c"
"giochannel.c"
"giowin32.c"
"gkeyfile.c"
"glist.c"
"gmain.c"
"gmappedfile.c"
"gmarkup.c"
"gmem.c"
"gmessages.c"
"gnode.c"
"gnulib/asnprintf.c"
"gnulib/printf-args.c"
"gnulib/printf-parse.c"
"gnulib/printf.c"
"gnulib/vasnprintf.c"
"goption.c"
"gpattern.c"
"gpoll.c"
"gprimes.c"
"gprintf.c"
"gqsort.c"
"gqueue.c"
"grand.c"
"gregex.c"
"grel.c"
"gscanner.c"
"gsequence.c"
"gshell.c"
"gslice.c"
"gslist.c"
"gspawn-win32-helper.c"
"gspawn-win32.c"
"gstdio.c"
"gstrfuncs.c"
"gstring.c"
"gtestutils.c"
"gthread.c"
"gthreadpool.c"
"gtimer.c"
"gtimezone.c"
"gtree.c"
"gunibreak.c"
"gunicollate.c"
"gunidecomp.c"
"guniprop.c"
"gurifuncs.c"
"gutf8.c"
"gutils.c"
"gvariant-core.c"
"gvariant-parser.c"
"gvariant-serialiser.c"
"gvariant.c"
"gvarianttype.c"
"gvarianttypeinfo.c"
"gwin32.c"
"libcharset/localcharset.c"
"libintl.c"
)
set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "GLIB_COMPILATION")