2 lines
98 B
CMake
2 lines
98 B
CMake
|
add_executable(calibration_info main.cpp)
|
||
|
target_link_libraries(calibration_info PRIVATE k4a::k4a)
|