Skip to content

Commit

Permalink
Include retqss files in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Dec 13, 2023
1 parent be5affd commit 56c7db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mmoc/generator/files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ void Files::makefile()
buffer << "LIBS :=" << (_flags.debug() ? " -lqssd -ltimestepd -lretqssd" : " -lqss -ltimestep -lretqss");
_writer->print(buffer);
buffer << "INC := -I" + Utils::instance().environmentVariable("MMOC_ENGINE");
buffer << " -I" + Utils::instance().environmentVariable("MMOC_SRC") << "/lib/retqss";
tmp = _model.includeDirectories();
for (string i = tmp.begin(it); !tmp.end(it); i = tmp.next(it)) {
include.insert(i, i);
Expand Down

0 comments on commit 56c7db9

Please sign in to comment.