X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=b6ab772573b297f20899d38d7214b1bdf9752d4e;hp=e03152731f44d0667917bca7baee5e145ac29695;hb=c67fec44128f48c1ac2ab7ef2b6f73a27fb67f66;hpb=d499638e2350488b9029f27caed6e38c2dbde33f diff --git a/CMakeLists.txt b/CMakeLists.txt index e0315273..b6ab7725 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,9 @@ if (APPLE) option(WITH_NOTIFICATION_CENTER "OS X Notification Center support" ON) add_feature_info(WITH_NOTIFICATION_CENTER WITH_NOTIFICATION_CENTER "Use the OS X Notification Center") endif() + find_library(CARBON_LIBRARY Carbon) + mark_as_advanced(CARBON_LIBRARY) + link_libraries(${CARBON_LIBRARY}) endif() # Always embed on Windows, OSX or for a static build; never embed when enabling KDE integration