summaryrefslogtreecommitdiffstats
path: root/src/libuemf/CMakeLists.txt
blob: dbf9fb36cbc9b74cfc9a8134731a50ea735d9a25 (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
set(libuemf_SRC
	symbol_convert.c
	uemf.c
	uemf_endian.c
	uemf_print.c
	uemf_utf.c
	uwmf.c
	uwmf_endian.c
	uwmf_print.c

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

add_inkscape_lib(uemf_LIB "${libuemf_SRC}")