typo
This commit is contained in:
parent
84272fb155
commit
0fb236bfe4
@ -46,7 +46,7 @@ file(GLOB BIN_SOURCE
|
|||||||
|
|
||||||
add_executable(tolua ${BIN_SOURCE})
|
add_executable(tolua ${BIN_SOURCE})
|
||||||
add_library(tolualib ${LIB_SOURCE})
|
add_library(tolualib ${LIB_SOURCE})
|
||||||
target_link_library(tolualib lua)
|
target_link_libraries(tolualib lua)
|
||||||
|
|
||||||
#m is the standard math librarys
|
#m is the standard math librarys
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
|
Loading…
Reference in New Issue
Block a user