diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/3rdParty/Luax/Luax.vcxproj | 1 | ||||
-rw-r--r-- | Build/3rdParty/Luax/Luax.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Build/3rdParty/Luax/Luax.vcxproj b/Build/3rdParty/Luax/Luax.vcxproj index f8dcf00..bfefbb9 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj +++ b/Build/3rdParty/Luax/Luax.vcxproj @@ -139,6 +139,7 @@ <ItemGroup> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_cfunctions.cpp" /> + <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_class.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_context.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_enum.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_memberref.cpp" /> diff --git a/Build/3rdParty/Luax/Luax.vcxproj.filters b/Build/3rdParty/Luax/Luax.vcxproj.filters index 2ff0e8c..1e374c7 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj.filters +++ b/Build/3rdParty/Luax/Luax.vcxproj.filters @@ -27,6 +27,7 @@ <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_context.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_cfunctions.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_memberref.cpp" /> + <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_class.cpp" /> </ItemGroup> <ItemGroup> <None Include="..\..\..\Source\3rdParty\Luax\luax_state.inl" /> |