cmake_minimum_required(VERSION 3.15) set(CMAKE_CXX_STANDARD 17) project(hw2) add_executable(OrderListTest OrderListTest.cpp LinearList.h SeqList.h Benchmark.cpp)