Skip to content

Commit

Permalink
dmake: added missing standalone headers
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 28, 2024
1 parent cf02d06 commit 35fd9cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cppcheck.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
<ClInclude Include="json.h" />
<ClInclude Include="keywords.h" />
<ClInclude Include="library.h" />
<ClInclude Include="matchcompiler.h" />
<ClInclude Include="mathlib.h" />
<ClInclude Include="path.h" />
<ClInclude Include="pathanalysis.h" />
Expand All @@ -174,6 +175,7 @@
<ClInclude Include="reverseanalyzer.h" />
<ClInclude Include="settings.h" />
<ClInclude Include="smallvector.h" />
<ClInclude Include="sourcelocation.h" />
<ClInclude Include="standards.h" />
<ClInclude Include="summaries.h" />
<ClInclude Include="suppressions.h" />
Expand Down
2 changes: 2 additions & 0 deletions lib/lib.pri
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ HEADERS += $${PWD}/addoninfo.h \
$${PWD}/json.h \
$${PWD}/keywords.h \
$${PWD}/library.h \
$${PWD}/matchcompiler.h \
$${PWD}/mathlib.h \
$${PWD}/path.h \
$${PWD}/pathanalysis.h \
Expand All @@ -63,6 +64,7 @@ HEADERS += $${PWD}/addoninfo.h \
$${PWD}/reverseanalyzer.h \
$${PWD}/settings.h \
$${PWD}/smallvector.h \
$${PWD}/sourcelocation.h \
$${PWD}/standards.h \
$${PWD}/summaries.h \
$${PWD}/suppressions.h \
Expand Down
2 changes: 2 additions & 0 deletions tools/dmake/dmake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,10 @@ int main(int argc, char **argv)
libfiles_h.emplace_back("filesettings.h");
libfiles_h.emplace_back("findtoken.h");
libfiles_h.emplace_back("json.h");
libfiles_h.emplace_back("matchcompiler.h");
libfiles_h.emplace_back("precompiled.h");
libfiles_h.emplace_back("smallvector.h");
libfiles_h.emplace_back("sourcelocation.h");
libfiles_h.emplace_back("standards.h");
libfiles_h.emplace_back("tokenrange.h");
libfiles_h.emplace_back("valueptr.h");
Expand Down

0 comments on commit 35fd9cd

Please sign in to comment.