7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
project : requirements
|
|
<toolset>gcc:<cxxflags>-ftemplate-depth=512
|
|
<toolset>clang:<cxxflags>-ftemplate-depth=512
|
|
;
|
|
|
|
exe grammar_calculator : main.cpp ;
|