add_executable(xrbx_test
    test.cpp
)

target_link_libraries(xrbx_test
    PRIVATE
      xrbx
)
