Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-26 07:48:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-26 07:48:37 +0300
commitfb08dc11e358736a5a0cfa17591ed4607c72a428 (patch)
tree48d6d37a3d77392681a4c2574f1781c3e7dfb6ec /build_files
parent58352e12f520910a431d9944af541d76e1bd0737 (diff)
missed this when updating cmake files
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 70380a7c708..461f65bd3f8 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -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)