mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
11 lines
301 B
CMake
11 lines
301 B
CMake
add_library(osx-grabber
|
|
${CMAKE_SOURCE_DIR}/include/grabber/osx/OsxFrameGrabber.h
|
|
${CMAKE_SOURCE_DIR}/include/grabber/osx/OsxWrapper.h
|
|
${CMAKE_SOURCE_DIR}/libsrc/grabber/osx/OsxFrameGrabber.cpp
|
|
${CMAKE_SOURCE_DIR}/libsrc/grabber/osx/OsxWrapper.cpp
|
|
)
|
|
|
|
target_link_libraries(osx-grabber
|
|
hyperion
|
|
)
|