graph-algorithms/tree_isomorphism/CMakeLists.txt
2024-07-29 23:45:39 +02:00

5 lines
118 B
CMake

cmake_minimum_required(VERSION 3.10)
project(tree_isomorphism)
add_executable(tree_isomorphism
tree_isomorphism.cpp)