Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2011, 7:14:18 PM (13 years ago)
Author:
youngk
Message:

Integrating automatic crash reporter. Does not work atm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/CMakeLists.txt

    r8135 r8259  
    173173# Apple Mac OS X specific build settings
    174174IF(APPLE)
    175   # On Apple we need to link to AppKit and Foundation frameworks
     175  # On Apple we need to link to AppKit, Foundation frameworks
    176176  TARGET_LINK_LIBRARIES(orxonox-main
    177177    "-framework AppKit"
    178178    "-framework Foundation"
     179    "-framework CoreFoundation"
    179180  )
    180181
Note: See TracChangeset for help on using the changeset viewer.