summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libuemf/CMakeLists.txt
blob: 9e6b68994378b45c279c9353ffdc4331c3a7e2dd (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
set(libuemf_SRC
	symbol_convert.c
	uemf.c
	uemf_endian.c
	uemf_print.c
	uemf_safe.c
	uemf_utf.c
	uwmf.c
	uwmf_endian.c
	uwmf_print.c
	upmf.c
	upmf_print.c

	# -------
	# Headers
	symbol_convert.h
	uemf.h
	uemf_endian.h
	uemf_print.h
	uemf_safe.h
	uemf_utf.h
	uwmf.h
	uwmf_endian.h
	uwmf_print.h
	upmf.h
	upmf_print.h
)

add_inkscape_lib(uemf_LIB "${libuemf_SRC}")