Skip to content

Commit

Permalink
add appkit for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 29, 2023
1 parent cedc27f commit f24e025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,11 @@ elseif (APPLE)
find_library(CORE_AUDIO CoreAudio)
find_library(AUDIO_TOOLBOX AudioToolBox)
find_library(IO_SURFACE IOSurface)
find_library(APP_KIT AppKit)


target_link_libraries (${CMAKE_PROJECT_NAME} ${CORE_FOUNDATION} ${APPLICATION_SERVICES} ${CORE_SERVICES}
${CORE_AUDIO} ${AUDIO_TOOLBOX} ${IO_SURFACE})
${CORE_AUDIO} ${AUDIO_TOOLBOX} ${IO_SURFACE} ${APP_KIT})
else()
# libv4l2cpp
add_definitions(-DHAVE_V4L2)
Expand Down

0 comments on commit f24e025

Please sign in to comment.