6 lines
205 B
CMake
6 lines
205 B
CMake
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
# Licensed under the MIT License.
|
||
|
|
||
|
add_executable(opencv_example main.cpp)
|
||
|
target_link_libraries(opencv_example PRIVATE k4a::k4a ${OpenCV_LIBS})
|