Updated setup.py to build base python setup
This commit is contained in:
parent
816c5c7f5d
commit
f86e5b1341
4 changed files with 13 additions and 33 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue