wscript: add vnum and cnum

Change-Id: Ia863da08b2ef1f94261f1208535fc51232c19f64
This commit is contained in:
Ashlesh Gawande
2019-03-07 15:43:20 -08:00
parent f375bcc7f2
commit 3cb0b1b408
+2
View File
@@ -56,6 +56,8 @@ def configure(conf):
def build(bld):
bld.shlib(
target='PSync',
vnum=VERSION,
cnum=VERSION,
source = bld.path.ant_glob('PSync/**/*.cpp'),
use = 'BOOST NDN_CXX',
includes = '.',