mirror of https://github.com/CGAL/cgal
added missing lib
This commit is contained in:
parent
dc2fb9242a
commit
8fc6cec7b6
|
|
@ -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_DEFINITIONS ${CGAL_${component}_3RD_PARTY_DEFINITIONS} )
|
||||||
add_to_list( CGAL_3RD_PARTY_LIBRARIES_DIRS ${CGAL_${component}_3RD_PARTY_LIBRARIES_DIRS} )
|
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")
|
if (${component} STREQUAL "Qt3")
|
||||||
|
find_package( OpenGL )
|
||||||
find_package( Qt3-patched )
|
find_package( Qt3-patched )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (${component} STREQUAL "Qt4")
|
if (${component} STREQUAL "Qt4")
|
||||||
|
find_package( OpenGL )
|
||||||
find_package( Qt4 )
|
find_package( Qt4 )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue