7 lines
132 B
Text
7 lines
132 B
Text
|
cmake_minimum_required(VERSION 3.10)
|
||
|
project(prim)
|
||
|
add_executable(prim
|
||
|
../../weighted_graph.cpp
|
||
|
../../weighted_graph.h
|
||
|
prim.cpp)
|