diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e906eda3f..718a6fc1d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -123,7 +123,7 @@ IF(LMMS_BUILD_WIN32) ENDIF() IF(LMMS_BUILD_APPLE) - SET(EXTRA_LIBRARIES "-framework CoreMIDI") + SET(EXTRA_LIBRARIES "-framework CoreMIDI -framework CoreFoundation") ENDIF() if(LMMS_HAVE_OSS AND LMMS_BUILD_OPENBSD)