Skip to content

Commit 4b75ba3

Browse files
change build files
1 parent 87a033e commit 4b75ba3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

code/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
subdir('include')
2-
subdir('source')
1+
subdir('logic')
2+
subdir('tests')

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
project('Fossil Test', 'c', 'cpp',
22
meson_version: '>=1.3.0',
33
license: 'MPL-2.0',
4-
version: '1.0.3',
4+
version: '1.0.4',
55
default_options: ['c_std=c18', 'cpp_std=c++20'])
66

77
subdir('code')
8-
subdir('test')

0 commit comments

Comments
 (0)