diff options
author | 2020-02-14 14:17:26 +0200 | |
---|---|---|
committer | 2020-02-14 14:17:26 +0200 | |
commit | 6bd9b777f28db4d1c7927f7bb3dced339b0decb5 (patch) | |
tree | e95f8a770f54d18b55bf47afd6bbfd16c2f97615 /meson.build | |
parent | f8a4fbeeb230157f73789dc860ffbe84f76d0002 (diff) | |
download | algos-ld1-6bd9b777f28db4d1c7927f7bb3dced339b0decb5.tar.gz algos-ld1-6bd9b777f28db4d1c7927f7bb3dced339b0decb5.tar.bz2 algos-ld1-6bd9b777f28db4d1c7927f7bb3dced339b0decb5.zip |
add first bits of the I/O wrapper.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 4419e05..40abe08 100644 --- a/meson.build +++ b/meson.build @@ -4,6 +4,8 @@ project('usurpation', 'c', progname = 'alg' +add_project_arguments('-D', '_GNU_SOURCE', language : 'c') + subdir('src') executable(progname, sources, install : true) |