cmake_minimum_required(VERSION 3.16) project(FluentUI VERSION 0.1 LANGUAGES CXX) add_subdirectory(src) add_subdirectory(example)