cmake_minimum_required(VERSION 3.2) project(VectorDriver) set(SRC driver.cpp vector.cpp) add_executable(VectorDriver ${SRC})