5 lines
138 B
Meson

chapter12_sources = ['reverse_string.cpp']
chapter12_lib = static_library('chapter12',
chapter12_sources)