Install lua.hpp when building luajit

This commit is contained in:
Thomas Goyne 2014-05-02 13:16:16 -07:00
parent 2587625af4
commit 81c72c5fe9
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
<!-- Source files -->
<ItemGroup>
<InstallHeader Include="$(SrcDir)\include\*.h" />
<InstallHeader Include="$(SrcDir)\include\lua.hpp" />
</ItemGroup>
<ItemGroup>