added missing lib

This commit is contained in:
Eric Berberich 2012-01-31 13:22:02 +00:00
parent dc2fb9242a
commit 8fc6cec7b6
1 changed files with 9 additions and 1 deletions

View File

@ -279,12 +279,20 @@ if( NOT CGAL_MACROS_FILE_INCLUDED )
add_to_list( CGAL_3RD_PARTY_DEFINITIONS ${CGAL_${component}_3RD_PARTY_DEFINITIONS} )
add_to_list( CGAL_3RD_PARTY_LIBRARIES_DIRS ${CGAL_${component}_3RD_PARTY_LIBRARIES_DIRS} )
# TODO EBEB: What about GMP, MPFR, zlib used in other libCGALxyz
# Nothing to add for Core
if (${component} STREQUAL "ImageIO")
find_package( OpenGL )
find_package( zlib )
endif()
if (${component} STREQUAL "Qt3")
find_package( OpenGL )
find_package( Qt3-patched )
endif()
if (${component} STREQUAL "Qt4")
find_package( OpenGL )
find_package( Qt4 )
endif()