cmake_minimum_required(VERSION 3.8.0)
project(pylext)

# Add a subdirectory to the build
add_subdirectory(pylext/core)
