cmake_minimum_required(VERSION 3.2) project(test) add_executable(app add.cpp div.cpp mult.cpp main.cpp sub.cpp)