Revert "fixed bad reference to math library"
This reverts commit c2167d7ed7
.
This commit is contained in:
parent
c2167d7ed7
commit
efaabb16df
@ -19,8 +19,8 @@ add_library(tolualib ${LIB_SOURCE})
|
|||||||
|
|
||||||
#m is the standard math librarys
|
#m is the standard math librarys
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
add_library(math STATIC IMPORTED)
|
find_library(M_LIB m)
|
||||||
target_link_libraries(tolua math)
|
target_link_libraries(${M_LIB})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(tolua lua tolualib)
|
target_link_libraries(tolua lua tolualib)
|
||||||
|
Loading…
Reference in New Issue
Block a user