Skip to content

Commit de36a82

Browse files
committed
CMake file uploaded
1 parent eaba1aa commit de36a82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 3.17)
2+
project(minimum_spanning_tree)
3+
4+
set(CMAKE_CXX_STANDARD 11)
5+
6+
add_executable(minimum_spanning_tree main.cpp)

0 commit comments

Comments
 (0)