Skip to content

Commit

Permalink
Update dmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 12, 2023
1 parent 4bdf206 commit 8a48271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/cppcheck.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<ClInclude Include="ctu.h" />
<ClInclude Include="errorlogger.h" />
<ClInclude Include="errortypes.h" />
<ClInclude Include="findtoken.h" />
<ClInclude Include="forwardanalyzer.h" />
<ClInclude Include="fwdanalysis.h" />
<ClInclude Include="importproject.h" />
Expand Down
1 change: 1 addition & 0 deletions lib/lib.pri
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ HEADERS += $${PWD}/analyzer.h \
$${PWD}/ctu.h \
$${PWD}/errorlogger.h \
$${PWD}/errortypes.h \
$${PWD}/findtoken.h \
$${PWD}/forwardanalyzer.h \
$${PWD}/fwdanalysis.h \
$${PWD}/importproject.h \
Expand Down
1 change: 1 addition & 0 deletions tools/dmake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ int main(int argc, char **argv)
libfiles_h.emplace_back("analyzer.h");
libfiles_h.emplace_back("calculate.h");
libfiles_h.emplace_back("config.h");
libfiles_h.emplace_back("findtoken.h");
libfiles_h.emplace_back("json.h");
libfiles_h.emplace_back("precompiled.h");
libfiles_h.emplace_back("smallvector.h");
Expand Down

0 comments on commit 8a48271

Please sign in to comment.