8000 add .h files for those building code locally · hanm2019/robotics-toolbox-python@2aa7379 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aa7379

Browse files
committed
add .h files for those building code locally
1 parent 5d9a3d4 commit 2aa7379

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ def package_files(directory):
6868
'frne',
6969
sources=[
7070
'./roboticstoolbox/core/vmath.c',
71+
'./roboticstoolbox/core/vmath.h',
7172
'./roboticstoolbox/core/ne.c',
72-
'./roboticstoolbox/core/frne.c'])
73+
'./roboticstoolbox/core/frne.c',
74+
'./roboticstoolbox/core/frne.h'])
7375

7476
setup(
7577
name='roboticstoolbox-python',

0 commit comments

Comments
 (0)
0