1
0
mirror of synced 2025-02-02 12:27:20 +01:00
jujube/test/meson.build

7 lines
183 B
Meson
Raw Normal View History

2020-02-19 00:51:26 +01:00
cereal_unordered_map = executable(
'cereal_unordered_map',
'cereal_unordered_map.cpp',
include_directories : inc
)
test('cereal unordered_map test', cereal_unordered_map)