1
0
Fork 0

Added dependecy of tolualib on lua

This commit is contained in:
worktycho 2014-06-30 22:21:07 +01:00
parent f9f3f7eac5
commit 84272fb155
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ file(GLOB BIN_SOURCE
add_executable(tolua ${BIN_SOURCE})
add_library(tolualib ${LIB_SOURCE})
target_link_library(tolualib lua)
#m is the standard math librarys
if(UNIX)