1 2 3 4 5 6 7
cmake_minimum_required(VERSION 3.21) project(wk10_pointersOnly) add_executable( wk10_pointersOnly pointersOnly.cc )