6 lines
195 B
Meson

ch2_srcs = ['remove_dups.cpp', 'reverse.cpp']
chapter2_lib = static_library('chapter2',
ch2_srcs,
include_directories: libs_includes)