Update CMakeLists.txt

Add explicit linking of irrxml.
pull/2885/head
Kim Kulling 2020-04-10 12:27:40 +02:00 committed by GitHub
parent 79af2b1a5c
commit 9b671c6eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)