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