1
0
Fork 0

fixed lua dependency on libm

This commit is contained in:
Tycho Bickerstaff 2013-12-20 15:24:55 +00:00
parent 826e280db9
commit be77ecf19d
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ file(GLOB SOURCE
add_library(lua ${SOURCE})
target_link_libraries(lua m)