diff options
author | chai <chaifix@163.com> | 2019-07-29 09:06:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-07-29 09:06:09 +0800 |
commit | ecd7883521cbde02f4f1a6b23a7b3b601c32dbef (patch) | |
tree | 37d94224896ea6a27777f67d31ec8d71cbfc91f9 /build/external | |
parent | 7894c2971626f9560b4ec77a1ce5a9a64a4f3810 (diff) |
*misc
Diffstat (limited to 'build/external')
-rw-r--r-- | build/external/Luax/Luax.vcxproj | 1 | ||||
-rw-r--r-- | build/external/Luax/Luax.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/build/external/Luax/Luax.vcxproj b/build/external/Luax/Luax.vcxproj index 638a1a4..b9b130d 100644 --- a/build/external/Luax/Luax.vcxproj +++ b/build/external/Luax/Luax.vcxproj @@ -128,6 +128,7 @@ <ClInclude Include="..\..\..\Source\external\Luax\luax_config.h" /> <ClInclude Include="..\..\..\source\external\Luax\luax_globalstate.h" /> <ClInclude Include="..\..\..\source\external\Luax\luax_internal.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_utility.h" /> <ClInclude Include="..\..\..\Source\external\Luax\luax_vm.h" /> <ClInclude Include="..\..\..\Source\external\Luax\luax_enum.h" /> <ClInclude Include="..\..\..\Source\external\Luax\luax_memberref.h" /> diff --git a/build/external/Luax/Luax.vcxproj.filters b/build/external/Luax/Luax.vcxproj.filters index 9d690cf..afb32e8 100644 --- a/build/external/Luax/Luax.vcxproj.filters +++ b/build/external/Luax/Luax.vcxproj.filters @@ -14,6 +14,7 @@ <ClInclude Include="..\..\..\source\external\Luax\luax_internal.h" /> <ClInclude Include="..\..\..\source\external\Luax\luax_globalstate.h" /> <ClInclude Include="..\..\..\source\external\Luax\luax_watchdog.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_utility.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\Source\external\Luax\luax_ref.cpp" /> |