ENH: Platform dependent libraries added for APPLE.

This commit is contained in:
Luis Ibanez 2003-01-16 13:24:49 -05:00
parent 0488236e3a
commit e3f681937f
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ IF(UNIX)
SET( FLTK_PLATFORM_DEPENDENT_LIBS ${CMAKE_X_LIBS} -lm)
ENDIF(UNIX)
IF(APPLE)
SET( FLTK_PLATFORM_DEPENDENT_LIBS -framework Carbon -framework Cocoa -framework ApplicationServices -lz )
ENDIF(APPLE)
# Make sure that the FLTK include path has been set
# So the FLTK_LIBRARY does not appear the first time
IF(FLTK_INCLUDE_DIR)