We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9a3d4 commit 2aa7379Copy full SHA for 2aa7379
setup.py
@@ -68,8 +68,10 @@ def package_files(directory):
68
'frne',
69
sources=[
70
'./roboticstoolbox/core/vmath.c',
71
+ './roboticstoolbox/core/vmath.h',
72
'./roboticstoolbox/core/ne.c',
- './roboticstoolbox/core/frne.c'])
73
+ './roboticstoolbox/core/frne.c',
74
+ './roboticstoolbox/core/frne.h'])
75
76
setup(
77
name='roboticstoolbox-python',
0 commit comments