Skip to content

Commit

Permalink
try to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 29, 2023
1 parent ba0b81a commit b117b4c
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 @@ -199,8 +199,10 @@ elseif (APPLE)
find_library(CORE_SERVICES CoreServices)
find_library(CORE_AUDIO CoreAudio)
find_library(AUDIO_TOOLBOX AudioToolBox)
find_library(IO_SURFACE IOSurface)

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

0 comments on commit b117b4c

Please sign in to comment.