Correct name for regex lib
This commit is contained in:
parent
1554b15f81
commit
73fcc96930
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project('begin', 'cpp',
|
||||||
version : '0.1',
|
version : '0.1',
|
||||||
default_options : ['warning_level=3', 'cpp_std=c++14'])
|
default_options : ['warning_level=3', 'cpp_std=c++14'])
|
||||||
|
|
||||||
boost_dep = dependency('boost', modules : ['iostreams', 'xpressive'])
|
boost_dep = dependency('boost', modules : ['iostreams', 'regex'])
|
||||||
|
|
||||||
executable('begin',
|
executable('begin',
|
||||||
'src/main.cpp',
|
'src/main.cpp',
|
||||||
|
|
Loading…
Add table
Reference in a new issue