cmake_minimum_required(VERSION 3.10) project(test) add_subdirectory(App) add_subdirectory(Int) add_subdirectory(Lib)