1 2 3 4 5 6
cmake_minimum_required(VERSION 3.1) project(test) add_subdirectory(App) add_subdirectory(Int) add_subdirectory(Lib)