Study results from Stroustrup's PPP3 book.
This commit is contained in:
parent
6363457d0f
commit
7a1093f982
10 changed files with 579 additions and 1 deletions
9
PPP3/meson.build
Normal file
9
PPP3/meson.build
Normal file
|
@ -0,0 +1,9 @@
|
|||
project('lcppthw', 'cpp',
|
||||
default_options: ['cpp_std=c++20'])
|
||||
|
||||
executable('ex01', 'ex01.cpp')
|
||||
executable('ex02', 'ex02.cpp')
|
||||
executable('ex03', 'ex03.cpp')
|
||||
executable('ex04', 'ex04.cpp')
|
||||
executable('ex05', 'ex05.cpp')
|
||||
executable('ex06', 'ex06.cpp')
|
Loading…
Add table
Add a link
Reference in a new issue