cmake_minimum_required(VERSION 3.10) project(top_order) add_executable(top_order ../digraph.cpp ../digraph.h top_order.cpp)