Skip to content

Commit

Permalink
Fixed meson build file dependency declaration (doctest#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
jormundgand authored and onqtam committed Jun 2, 2019
1 parent b6dbff7 commit ec0d37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project('doctest', ['cpp'], version: '2.3.2', meson_version:'>=0.50')
doctest_dep = declare_dependency(include_directories: include_directories('doctest'))
doctest_dep = declare_dependency(include_directories: include_directories('.'))

0 comments on commit ec0d37e

Please sign in to comment.