Explorar el Código

Update CMakeLists.txt

Add explicit linking of irrxml.
Kim Kulling hace 5 años
padre
commit
9b671c6eb4
Se han modificado 1 ficheros con 1 adiciones y 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)