cmake_minimum_required(VERSION 3.16) if(BUILD_CLI) add_subdirectory(cli) endif()