From 60263dde77f73906a265b014ce3208b7e1432348 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 6 Feb 2014 15:21:22 +0000 Subject: [PATCH] un-fucked cmake config for mac. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1553585e..6ab7444f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,8 @@ if (UNIX) ${lib_ScreenSaver} ${lib_IOKit} ${lib_ApplicationServices} - ${lib_Foundation + ${lib_Foundation} + ${lib_Carbon} ) else()