Skip to content

Generate new C++ module (pluign or steppable) does not add plugin library name to CMakeLists.txt #56

Description

@maciekswat

For VectorPolarizationPlugin we need to manually add.

SET(LIBS_AUX
    PyPlugin
    cc3d::VectorFieldPolarization
...

to core/pyinterface/CompuCellPython/CMakeLists.txt but it should be added automatically. If we do not add this dependency we will get a RunTime error saying that the Constructor of the newly added plugin is not in _CompuCell.so

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions