Files
2024-07-11 14:16:35 +02:00

12 lines
186 B
CMake

cmake_minimum_required(VERSION 3.6)
#
# For more details, see docs/building.rst
#
project(CMakePythonDistributions NONE)
install(CODE "
message(STATUS \"Install CMake project\")
")