浏览代码

Merge pull request #3498 from assimp/kimkulling-patch-8

closes https://github.com/assimp/assimp/issues/3187
Kim Kulling 4 年之前
父节点
当前提交
21a55a34ea
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/CMakeLists.txt

+ 2 - 0
test/CMakeLists.txt

@@ -232,6 +232,8 @@ SET_PROPERTY( TARGET assimp PROPERTY DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
 
 IF( WIN32 )
     SET( platform_libs )
+ELSEIF(ANDROID)
+    SET( platform_libs )
 ELSE()
     SET( platform_libs pthread )
 ENDIF()