Explorar o código

fix linker error: undefined references to openddl_parser.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling %!s(int64=10) %!d(string=hai) anos
pai
achega
d9d7dd31ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/assimp_cmd/CMakeLists.txt

+ 1 - 1
tools/assimp_cmd/CMakeLists.txt

@@ -28,7 +28,7 @@ IF( WIN32 )
 		MAIN_DEPENDENCY assimp)
 ENDIF( WIN32 )
 
-TARGET_LINK_LIBRARIES( assimp_cmd assimp ${ZLIB_LIBRARIES})
+TARGET_LINK_LIBRARIES( assimp_cmd assimp ${ZLIB_LIBRARIES} openddl_parser)
 SET_TARGET_PROPERTIES( assimp_cmd PROPERTIES
 	OUTPUT_NAME assimp
 )