summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/lua/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lua/CMakeLists.txt b/lib/lua/CMakeLists.txt
index 2fc194874..6ffe3259a 100644
--- a/lib/lua/CMakeLists.txt
+++ b/lib/lua/CMakeLists.txt
@@ -10,3 +10,4 @@ file(GLOB SOURCE
add_library(lua ${SOURCE})
+target_link_libraries(lua m)