cmake_minimum_required(VERSION 3.10) project(Kosaraju) add_executable(Kosaraju digraph.cpp digraph.h main.cpp)