1
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

View File

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