5 lines
118 B
Text
5 lines
118 B
Text
|
cmake_minimum_required(VERSION 3.10)
|
||
|
project(tree_isomorphism)
|
||
|
add_executable(tree_isomorphism
|
||
|
tree_isomorphism.cpp)
|