fix android build, Update CMakeLists.txt
This commit is contained in:
parent
2f2e8c2e43
commit
632c61d232
|
|
@ -448,6 +448,8 @@ endif()
|
|||
|
||||
if(WIN32)
|
||||
update_cached_list(MK_LINK_LIBRARIES WS2_32 Iphlpapi shlwapi)
|
||||
elseif(ANDROID)
|
||||
update_cached_list(MK_LINK_LIBRARIES log)
|
||||
elseif(NOT ANDROID OR IOS)
|
||||
update_cached_list(MK_LINK_LIBRARIES pthread)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue