clean up visual studio files and add root cmake

This commit is contained in:
Thomas Kunze
2020-10-28 21:35:24 +01:00
parent f677897337
commit 06e2c11d96
53 changed files with 154 additions and 11417 deletions

View File

@@ -1,6 +0,0 @@
#include <pybind11/pybind11.h>
namespace py = pybind11;
PYBIND11_MODULE(test_cmake_build, m) {
m.def("add", [](int i, int j) { return i + j; });
}