adding missing framwork to CMake

This commit is contained in:
Stefan Csomor
2021-04-03 22:32:34 +02:00
parent 334cf1cc91
commit 5452d7235e

View File

@@ -67,6 +67,7 @@ if(APPLE)
"-framework Carbon" "-framework Carbon"
"-framework Cocoa" "-framework Cocoa"
"-framework IOKit" "-framework IOKit"
"-framework QuartzCore"
) )
endif() endif()
elseif(UNIX) elseif(UNIX)