diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt index 0f9bf8f..c9128f9 100644 --- a/lua/CMakeLists.txt +++ b/lua/CMakeLists.txt @@ -42,7 +42,7 @@ IF(BUILD_LUA) OUTPUT_NAME ubus PREFIX "" ) - TARGET_LINK_LIBRARIES(ubus_lua ubus) + TARGET_LINK_LIBRARIES(ubus_lua ubus lua) INSTALL(TARGETS ubus_lua LIBRARY DESTINATION ${LUAPATH}