cmake_minimum_required(VERSION 3.12) project(Supplement) set(CMAKE_CXX_STANDARD 14) add_executable(frog writeToFile.cpp) add_executable(shuffle shuffleVector.cpp) add_executable(randnum randomNumber.cpp)