make gtsam_unstable conform to python wrapping layout

release/4.3a0
Varun Agrawal 2021-12-22 14:19:22 -05:00
parent a9c48b158a
commit 3f20c0016e
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ PYBIND11_MODULE({module_name}, m_) {{
{wrapped_namespace}
#include "python/gtsam_unstable/specializations.h"
#include "python/gtsam_unstable/specializations/gtsam_unstable.h"
}}