11 autowaf
.set_options(opt
)
14 autowaf
.configure (conf
)
15 conf
.check_tool('compiler_cxx')
18 obj
= bld
.new_task_gen(features
= 'cxx cprogram')
19 obj
.includes
= [ '.' ]
20 obj
.source
= [ 'main.cpp', 'systemtest.cpp' ]
21 obj
.target
= 'sanityCheck'
22 obj
.name
= 'sanityCheck'
23 obj
.install_path
= os
.path
.join(bld
.env
['LIBDIR'], 'ardour3')