Updated folder

This commit is contained in:
Alejandro Saucedo 2020-10-31 19:10:09 +00:00
parent e3e111e07f
commit 281aabf05b
5 changed files with 0 additions and 1 deletions

5
python/CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 2.8.12)
project(cmake_example)
add_subdirectory(pybind11)
pybind11_add_module(cmake_example src/main.cpp)