added my Recipes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
#
|
||||
# For more details, see docs/building.rst
|
||||
#
|
||||
|
||||
project(CMakePythonDistributions NONE)
|
||||
|
||||
install(CODE "
|
||||
message(STATUS \"Install CMake project\")
|
||||
")
|
||||
Reference in New Issue
Block a user