Updated setup.py to build base python setup

This commit is contained in:
Alejandro Saucedo 2020-11-01 06:53:51 +00:00
parent 816c5c7f5d
commit f86e5b1341
4 changed files with 13 additions and 33 deletions

View file

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