cmake_minimum_required (VERSION 3.8) project ("App") enable_testing() add_subdirectory(App) add_subdirectory(AppLib) add_subdirectory(Tests)