cmake_minimum_required(VERSION 4.0)
project(orientations-rotations LANGUAGES CXX)

find_package(Ninbot REQUIRED)

add_executable(orientations-rotations orientations-rotations.c++)
target_link_libraries(orientations-rotations PRIVATE ninbot::ninbot)
