1 2 3 4 5 6 7 8 9 10 11
add_languages('c', native : false) test('pixpat-smoke-cpp', executable('test_pixpat_cpp', 'test_pixpat.cpp', dependencies : libpixpat_dep)) test('pixpat-smoke-c', executable('test_pixpat_c', 'test_pixpat_c.c', dependencies : libpixpat_dep))