Browse Source

Fixed libPNG link dependency in core

Clemens-Alexander Brust 11 years ago
parent
commit
0ee0b01003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CMakeLists.txt

+ 1 - 1
core/CMakeLists.txt

@@ -5,7 +5,7 @@
 set(the_library "core")
 set(the_library "core")
 
 
 #add linkage dependencies to other libraries here
 #add linkage dependencies to other libraries here
-set("nice_${the_library}_LINKING_DEPENDENCIES"  ${Boost_LIBRARIES} ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES} ${QT_LIBRARIES} ${IPP_LIBRARIES} ${LINAL_LIBRARIES} ${ImageMagick_LIBRARIES})
+set("nice_${the_library}_LINKING_DEPENDENCIES"  ${Boost_LIBRARIES} ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES} ${QT_LIBRARIES} ${IPP_LIBRARIES} ${LINAL_LIBRARIES} ${ImageMagick_LIBRARIES} ${PNG_LIBRARIES})
 if(MATIO_FOUND)
 if(MATIO_FOUND)
   list(APPEND nice_${the_library}_LINKING_DEPENDENCIES ${MATIO_LIBRARIES})
   list(APPEND nice_${the_library}_LINKING_DEPENDENCIES ${MATIO_LIBRARIES})
 endif(MATIO_FOUND)
 endif(MATIO_FOUND)