summaryrefslogtreecommitdiff
path: root/app/tools/halibut/CMakeLists.txt
blob: ec7d74b644e175e9521673e2c6c9575a2698c012 (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
SET(SOURCES
	biblio.c 
	bk_html.c 
	contents.c 
	deflate.c 
	error.c
	halibut.h 
	help.c 
	index.c 
	input.c
	in_pf.c 
	in_afm.c 
	psdata.c 
	bk_paper.c
	keywords.c 
	licence.c 
	main.c 
	malloc.c
	misc.c 
	tree234.c 
	tree234.h 
	ustring.c
	version.c 
	wcwidth.c
	)

INCLUDE_DIRECTORIES(charset)
ADD_EXECUTABLE(halibut ${SOURCES})
TARGET_LINK_LIBRARIES(halibut xtrkcad-charset)

ADD_SUBDIRECTORY(charset)