2
0
Эх сурвалжийг харах

Update CMakeLists.txt

Add explicit linking of irrxml.
Kim Kulling 5 жил өмнө
parent
commit
9b671c6eb4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -207,7 +207,7 @@ SET_PROPERTY( TARGET assimp PROPERTY DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
 IF( WIN32 )
     SET( platform_libs )
 ELSE()
-    SET( platform_libs pthread )
+    SET( platform_libs pthread irrXML )
 ENDIF()
 
 IF(MSVC)