diff --git a/C++/graph_algorithms/CMakeLists.txt b/C++/graph_algorithms/CMakeLists.txt new file mode 100644 index 0000000..acfb335 --- /dev/null +++ b/C++/graph_algorithms/CMakeLists.txt @@ -0,0 +1,4 @@ +target_sources(programming + PRIVATE + topological_sort.h + topological_sort.cpp)