diff --git a/src/meson.build b/src/meson.build index 5e52294..853bd59 100644 --- a/src/meson.build +++ b/src/meson.build @@ -3,8 +3,6 @@ ## Copyright 2024 - hurbIndustries ## JPD -testDep = dependency('opencxx-cli') - pkg = import('pkgconfig') source_files = [ @@ -20,7 +18,7 @@ opencxx_cli = library('opencxx-cli', unitTests = executable('unitTests', 'unitTests.cpp', include_directories : inc, - dependencies : [testDep] + link_with : [opencxx_cli] ) test('test', unitTests)