xo-tokenizer2/CMakeLists.txt

13 lines
299 B
CMake

# xo-pydistribution/CMakeLists.txt
cmake_minimum_required(VERSION 3.10)
project(xo_pydistribution VERSION 1.0)
include(xo_macros/xo-project-macros)
xo_cxx_toplevel_options()
add_subdirectory(src/pydistribution)
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)