File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -515,11 +515,11 @@ void Calculator::initHandlers() {
515515### cmake
516516```
517517cmake . \
518- -DSYNTAX_ERRORS="resources/src/syntax_errors.json"\
519- -DSYNTAX_GRAMMAR="resources/src/syntax_grammar.json"\
520- -DLEXICAL_ERRORS="resources/src/lexical_errors.json"\
521- -DLEXICAL_CONFIG="resources/src/lexical_config.json"\
522- -DLEXICAL_STATE_MACHINE="resources/src/lexical_state_machine.json"
518+ -DSYNTAX_ERRORS="${PWD}/ resources/src/syntax_errors.json"\
519+ -DSYNTAX_GRAMMAR="${PWD}/ resources/src/syntax_grammar.json"\
520+ -DLEXICAL_ERRORS="${PWD}/ resources/src/lexical_errors.json"\
521+ -DLEXICAL_CONFIG="${PWD}/ resources/src/lexical_config.json"\
522+ -DLEXICAL_STATE_MACHINE="${PWD}/ resources/src/lexical_state_machine.json"
523523
524524```
525525
You can’t perform that action at this time.
0 commit comments