Skip to content

Commit

Permalink
Add marker_tracking to pymomentum package (#159)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #159

Add marker_tracking to pymomentum package, which is recently added by D66835305

Reviewed By: nickyhe-gemini

Differential Revision: D66880115

fbshipit-source-id: 1e6eaf21c07cbeee7c928f2eff2c0be9a67cf087
  • Loading branch information
jeongseok-meta authored and facebook-github-bot committed Dec 6, 2024
1 parent 8d01655 commit efe8c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def main():
zip_safe=False,
ext_modules=[
CMakeExtension("geometry", sourcedir=ROOT_DIR),
CMakeExtension("marker_tracking", sourcedir=ROOT_DIR),
CMakeExtension("quaternion", sourcedir=ROOT_DIR),
CMakeExtension("skel_state", sourcedir=ROOT_DIR),
],
Expand Down

0 comments on commit efe8c67

Please sign in to comment.