From 21ae85a5a54a9822931b8965b08d806ea45e1dfe Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 27 Aug 2018 15:35:04 +0200 Subject: Split up PythonPluginAlgorithm files --- python/builder.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/builder.py') diff --git a/python/builder.py b/python/builder.py index b373366..81636a1 100644 --- a/python/builder.py +++ b/python/builder.py @@ -69,6 +69,9 @@ for m in ext_modules: if m.name in ('astra.plugin_c', 'astra.algorithm_c'): m.sources.append(os.path.join(self_path, 'astra', 'src', 'PythonPluginAlgorithm.cpp')) + if m.name in ('astra.plugin_c'): + m.sources.append(os.path.join(self_path, 'astra', 'src', + 'PythonPluginAlgorithmFactory.cpp')) setup(name='astra-toolbox', version='1.9.0dev', -- cgit v1.2.3