diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bfb9ab..db4010e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,5 +7,5 @@ SET(luasrc ${CMAKE_CURRENT_SOURCE_DIR}/cinterface.lua ${CMAKE_CURRENT_SOURCE_DIR}/types.lua) -INSTALL(FILES ${luasrc} DESTINATION ${LUADIR}/paths) +INSTALL(FILES ${luasrc} DESTINATION ${LUADIR}/cwrap)