summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorjormundgand <35290205+jormundgand@users.noreply.github.com>2019-05-04 11:49:52 +0200
committeronqtam <vik.kirilov@gmail.com>2019-05-06 11:44:36 +0300
commit0de307cafe5e728f130289fd5692a9d3b2184b87 (patch)
tree66dfbdc7495bb8d8428a1ff19fc7f0202d7ac811 /meson.build
parent3b324ceb752999e8c606dc8ddec8982659350d84 (diff)
Added meson file, to declare a dependency. (#232)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..704cda6
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,3 @@
+project('doctest', ['cpp'], version: '2.3.1', meson_version:'>=0.50')
+doctest_dep = declare_dependency(include_directories: include_directories('doctest'))
+