Initial commit of code for dopelib, and ch 1, 2, and 12
This commit is contained in:
9
meson.build
Normal file
9
meson.build
Normal file
@@ -0,0 +1,9 @@
|
||||
project('CrackingTheCodingInterview', 'cpp',
|
||||
version: '0.1',
|
||||
default_options : [
|
||||
'warning_level=3',
|
||||
]
|
||||
)
|
||||
|
||||
subdir('libs')
|
||||
subdir('tests')
|
||||
Reference in New Issue
Block a user