Skip to content

Commit 92abe33

Browse files
committed
frne build includes
1 parent 97991b7 commit 92abe33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
data_folders = [
4949
'roboticstoolbox/models/URDF/xacro',
5050
'roboticstoolbox/models/DH/meshes',
51-
'roboticstoolbox/data',
51+
'roboticstoolbox/data'
5252
]
5353

5454

@@ -68,10 +68,11 @@ def package_files(directory):
6868
'frne',
6969
sources=[
7070
'./roboticstoolbox/core/vmath.c',
71-
'./roboticstoolbox/core/vmath.h',
7271
'./roboticstoolbox/core/ne.c',
73-
'./roboticstoolbox/core/frne.c',
74-
'./roboticstoolbox/core/frne.h'])
72+
'./roboticstoolbox/core/frne.c'],
73+
include_dirs=[
74+
'./roboticstoolbox/core/'
75+
])
7576

7677
setup(
7778
name='roboticstoolbox-python',

0 commit comments

Comments
 (0)