summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2013-12-01 05:01:20 -0800
committerPeter Drahoš <drahosp@gmail.com>2013-12-01 05:01:20 -0800
commit648171fe28a46edd8ef581243bfb720b23024f54 (patch)
tree01a85cba5de9552033d8e18c01e77acac59d5002
parentd30648d142df82039fdf1f9a2cb34f57e2c4d26f (diff)
parent64407b14d95bf9a1f93aa00c3b3df5c1b0b417eb (diff)
downloadlua-648171fe28a46edd8ef581243bfb720b23024f54.tar.gz
Merge pull request #4 from dekimsey/patch-1
add lua.hpp to install_header
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0a83ec..cc303f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ install_executable ( lua luac )
install_library ( liblua )
install_data ( README.md )
#install_lua_module ( strict etc/strict.lua )
-install_header ( src/lua.h src/lualib.h src/lauxlib.h ${CMAKE_CURRENT_BINARY_DIR}/luaconf.h )
+install_header ( src/lua.h src/lualib.h src/lauxlib.h src/lua.hpp ${CMAKE_CURRENT_BINARY_DIR}/luaconf.h )
install_doc ( doc/ )
install_foo ( etc/ )
#install_test ( test/ )