cmake_minimum_required(VERSION 3.1) project(hw3) add_executable(hw3_LinkedListTest hw3_LinkedListTest.cpp Benchmark.cpp Utilities.cpp)