Skip to content

Commit 9b79f8d

Browse files
Create meson.build
1 parent fb62cb7 commit 9b79f8d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

meson.build

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
project('Fossil Cryptic', 'c', 'cpp',
2+
meson_version: '>=1.3.0',
3+
license: 'MPL-2.0',
4+
version: '0.1.0',
5+
default_options: ['c_std=c17,c18', 'cpp_std=c++20'])
6+
7+
subdir('code')

0 commit comments

Comments
 (0)