Files
OpenBMC/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake/CMakeLists.txt
T

12 lines
186 B
CMake
Raw Normal View History

2026-04-23 17:07:55 +08:00
cmake_minimum_required(VERSION 3.6)
#
# For more details, see docs/building.rst
#
project(CMakePythonDistributions NONE)
install(CODE "
message(STATUS \"Install CMake project\")
")