Rename library to libfadec

This commit is contained in:
Alexis Engelke
2019-06-16 09:44:12 +02:00
parent 07709fcdd8
commit 2933b0f106
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
test_driver = executable('test_driver', 'driver.c',
dependencies: libx86decode,
dependencies: fadec,
c_args: ['-D_GNU_SOURCE'])
test_args = [files('test.py'), test_driver]
if decode_32