cmake_minimum_required(VERSION 3.10) project(prim) add_executable(prim ../../weighted_graph.cpp ../../weighted_graph.h prim.cpp)