Fix building unit-tests

This commit is contained in:
Robin Gareus 2020-01-27 17:43:37 +01:00
parent f101a657f2
commit 5c789547cb
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 5 additions and 5 deletions

View file

@ -150,7 +150,7 @@ def build(bld):
'''
obj.includes = ['.', './src']
obj.use = 'libevoral_static'
obj.uselib = 'CPPUNIT SNDFILE LIBPBD'
obj.uselib = 'GLIBMM GTHREAD SMF XML LIBPBD OSX CPPUNIT'
obj.target = 'run-tests'
obj.name = 'libevoral-tests'
obj.install_path = ''