Преглед изворни кода

Update CMakeLists.txt

Add explicit linking of irrxml.
Kim Kulling пре 5 година
родитељ
комит
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)