cmake_minimum_required(VERSION 3.15)
project(c4e2e VERSION 2.5.0 LANGUAGES CXX)

# scikit-build-core sets SKBUILD_PLATLIB_DIR to the platform-specific
# site-packages directory in the wheel staging area.
# native/CMakeLists.txt installs the shared library there.
add_subdirectory(native)
