cmake_minimum_required(VERSION 3.16) project(week-08) set(CMAKE_CXX_STANDARD 14) add_executable(week-08 L2_inheritance4.h L2.cpp)