We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b76598 commit bccaa44Copy full SHA for bccaa44
build.bfg
@@ -1,7 +1,7 @@
1
# -*- python -*-
2
3
bfg9000_required_version('>=0.5.0')
4
-project('bencode_hpp', version='0.2-dev')
+project('bencodehpp', version='0.2-dev')
5
6
global_options([opts.std(argv.std)], lang='c++')
7
@@ -26,4 +26,5 @@ try:
26
except PackageResolutionError:
27
warning('mettle not found; tests disabled')
28
29
+pkg_config()
30
extra_dist(files=['README.md', 'LICENSE'])
0 commit comments