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