8 lines
189 B
CMake
8 lines
189 B
CMake
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
# Licensed under the MIT License.
|
||
|
|
||
|
add_executable(undistort
|
||
|
main.cpp)
|
||
|
|
||
|
target_link_libraries(undistort PRIVATE
|
||
|
k4a::k4a)
|