Updated folder
This commit is contained in:
parent
e3e111e07f
commit
281aabf05b
5 changed files with 0 additions and 1 deletions
5
python/CMakeLists.txt
Normal file
5
python/CMakeLists.txt
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue