1 cmake_minimum_required(VERSION 3.4.1) 2 3 add_subdirectory( ./nano ) 4 add_subdirectory( ./lite ) 5 add_subdirectory( ./full ) 6