Skip to content

Commit 8174c39

Browse files
Update meson.build
1 parent be134f9 commit 8174c39

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

code/logic/meson.build

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@ add_project_arguments('-D_POSIX_C_SOURCE=200112L', language: 'c')
33
add_project_arguments('-D_POSIX_C_SOURCE=200112L', language: 'cpp')
44

55
fossil_tofu_lib = library('fossil_tofu',
6-
files('dlist.c', 'flist.c', 'clist.c',
7-
'dqueue.c', 'pqueue.c', 'queue.c', 'cqueue.c',
8-
'setof.c', 'tuple.c', 'mapof.c',
9-
'stack.c', 'vector.c', 'array.c', 'arraylist.c', 'tofu.c'),
6+
files('dlist.c',
7+
'flist.c',
8+
'clist.c',
9+
'dqueue.c',
10+
'pqueue.c',
11+
'queue.c',
12+
'cqueue.c',
13+
'setof.c',
14+
'tuple.c',
15+
'mapof.c',
16+
'stack.c',
17+
'vector.c',
18+
'array.c',
19+
'arraylist.c',
20+
'tofu.c'),
1021
install: true,
1122
include_directories: dir)
1223

0 commit comments

Comments
 (0)