Explorar o código

Update CMakeLists.txt

Add explicit linking of irrxml.
Kim Kulling %!s(int64=5) %!d(string=hai) anos
pai
achega
9b671c6eb4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)