missed this when updating cmake files

This commit is contained in:
Campbell Barton 2011-01-26 04:48:37 +00:00
parent 58352e12f5
commit fb08dc11e3
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ macro(setup_liblinks
endif()
endif()
target_link_libraries(${target} ${OPENGL_glu_LIBRARY} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB})
target_link_libraries(${target} ${OPENGL_glu_LIBRARY} ${JPEG_LIBRARY} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES})
target_link_libraries(${target} ${FREETYPE_LIBRARY})
if(WITH_INTERNATIONAL)