Files
screen_cast/tests/meson.build
T

6 lines
138 B
Meson

test_clock = executable('test_clock',
'utils/test_clock.cpp',
include_directories : sc_core_inc)
test('clock utils', test_clock)