Fixed compilation error with boost
This commit is contained in:
parent
e48684b37e
commit
acafa69663
|
@ -7,6 +7,7 @@
|
||||||
"args": [
|
"args": [
|
||||||
"-g",
|
"-g",
|
||||||
"${file}",
|
"${file}",
|
||||||
|
"-lboost_program_options",
|
||||||
"-o",
|
"-o",
|
||||||
"${fileDirname}/${fileBasenameNoExtension}"
|
"${fileDirname}/${fileBasenameNoExtension}"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue