Initial commit of code for dopelib, and ch 1, 2, and 12
This commit is contained in:
5
libs/chapter1/meson.build
Normal file
5
libs/chapter1/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
chapter1_sources = ['is_unique.cpp', 'check_permutation.cpp']
|
||||
|
||||
chapter1_lib = static_library('chapter1',
|
||||
chapter1_sources)
|
||||
Reference in New Issue
Block a user