]> git.lyx.org Git - lyx.git/blobdiff - src/client/CMakeLists.txt
Adding the capability to paste as simple unformatted text.
[lyx.git] / src / client / CMakeLists.txt
index 5e415e658a78a4143536675c3c7fc0f527d2d1ba..6fe918ce1ecdc57d3665f5d4f3f88eb3a13fcf8e 100644 (file)
@@ -39,7 +39,7 @@ if(ASPELL_FOUND)
 endif()
 
 if(APPLE)
-       target_link_libraries(${_lyxclient} "-framework Carbon")
+       target_link_libraries(${_lyxclient} "-framework AppKit")
 endif()
 
 if(LYX_BUNDLE)