1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
161 B
CMake

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