summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2014-06-30 23:21:22 +0200
committerworktycho <work.tycho@gmail.com>2014-06-30 23:21:22 +0200
commit0fb236bfe46782dc4e7c5b76db7b7c25671e3d66 (patch)
treec31b1cf9cd2143ab5127b1ae82b48ce0dd2deb66 /lib
parentAdded dependecy of tolualib on lua (diff)
downloadcuberite-0fb236bfe46782dc4e7c5b76db7b7c25671e3d66.tar
cuberite-0fb236bfe46782dc4e7c5b76db7b7c25671e3d66.tar.gz
cuberite-0fb236bfe46782dc4e7c5b76db7b7c25671e3d66.tar.bz2
cuberite-0fb236bfe46782dc4e7c5b76db7b7c25671e3d66.tar.lz
cuberite-0fb236bfe46782dc4e7c5b76db7b7c25671e3d66.tar.xz
cuberite-0fb236bfe46782dc4e7c5b76db7b7c25671e3d66.tar.zst
cuberite-0fb236bfe46782dc4e7c5b76db7b7c25671e3d66.zip
Diffstat (limited to 'lib')
-rw-r--r--lib/tolua++/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tolua++/CMakeLists.txt b/lib/tolua++/CMakeLists.txt
index 56ffc0dc1..12054323b 100644
--- a/lib/tolua++/CMakeLists.txt
+++ b/lib/tolua++/CMakeLists.txt
@@ -46,7 +46,7 @@ file(GLOB BIN_SOURCE
add_executable(tolua ${BIN_SOURCE})
add_library(tolualib ${LIB_SOURCE})
-target_link_library(tolualib lua)
+target_link_libraries(tolualib lua)
#m is the standard math librarys
if(UNIX)