5 lines
193 B
CMake
5 lines
193 B
CMake
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
# Licensed under the MIT License.
|
||
|
|
||
|
add_executable(enumerate_devices main.c)
|
||
|
target_link_libraries(enumerate_devices PRIVATE k4a::k4a)
|