ref: ec09d67a5fd82c7c2e391a7490f6271dc5570c96
dir: /test/common/meson.build/
test_sources = [ 'CWelsListTest.cpp', 'ExpandPicture.cpp', 'WelsThreadPoolTest.cpp', 'WelsTaskListTest.cpp' ] e = executable('test_common', test_sources, dependencies : gtest_main_dep, include_directories: [inc, test_inc], link_with: [libcommon]) test('common', e)