cmake_minimum_required(VERSION 3.5...3.26)

project(hello)

find_package(PythonExtensions REQUIRED)

add_subdirectory(hello)
