cmake_minimum_required(VERSION 3.16) if(NOT NO_BUILD_CLI) add_subdirectory(cli) endif()