mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 13:30:39 +00:00
ENH: Platform dependent libraries added for APPLE.
This commit is contained in:
parent
0488236e3a
commit
e3f681937f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user