Initial commit of code for dopelib, and ch 1, 2, and 12
This commit is contained in:
5
libs/chapter2/meson.build
Normal file
5
libs/chapter2/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
ch2_srcs = ['remove_dups.cpp', 'reverse.cpp']
|
||||
|
||||
chapter2_lib = static_library('chapter2',
|
||||
ch2_srcs,
|
||||
include_directories: libs_includes)
|
||||
Reference in New Issue
Block a user