Skip to content

Commit dff790d

Browse files
committed
export symbols for BindingBase to be used in other libs
1 parent e6fb484 commit dff790d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_Base.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#pragma once
2222

23+
#include <SofaPython3/config.h>
2324
#include <pybind11/pybind11.h>
2425
#include <pybind11/numpy.h>
2526
#include <sofa/core/objectmodel/Base.h>
@@ -36,7 +37,7 @@ PYBIND11_DECLARE_HOLDER_TYPE(T, sofapython3::py_shared_ptr<T>, true)
3637

3738
namespace sofapython3 {
3839

39-
class BindingBase
40+
class SOFAPYTHON3_API BindingBase
4041
{
4142
public:
4243
static void SetAttr(sofa::core::objectmodel::Base& self, const std::string& s, pybind11::object value);

0 commit comments

Comments
 (0)