Added dependecy of tolualib on lua
This commit is contained in:
parent
f9f3f7eac5
commit
84272fb155
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user