bugfix: remove generated .hpp file
This commit is contained in:
parent
a1f935579b
commit
758b883f0e
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
/* @file pyreflect.hpp
|
||||
*
|
||||
* automatically generated from src/xo_pyreflect/pyreflect.hpp.in
|
||||
* see src/xo_pyreflect/CMakeLists.txt
|
||||
*/
|
||||
|
||||
/* python requires module name = library name
|
||||
* example:
|
||||
* PYBIND11_MODULE(PYREFLECT_MODULE_NAME(), m) { ... }
|
||||
*/
|
||||
#define PYREFLECT_MODULE_NAME() pyreflect
|
||||
|
||||
/* example:
|
||||
* py::module_::import(PYREFLECT_MODULE_NAME_STR)
|
||||
*/
|
||||
#define PYREFLECT_MODULE_NAME_STR "pyreflect"
|
||||
|
||||
/* example:
|
||||
* PYREFLECT_IMPORT_MODULE()
|
||||
* replaces
|
||||
* py::module_::import("pyreflect")
|
||||
*/
|
||||
#define PYREFLECT_IMPORT_MODULE() py::module_::import("pyreflect")
|
||||
|
||||
/* end pyreflect.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue