Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Jun 30, 2023
1 parent 452c4d9 commit a074a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
f3d.egg-info
_skbuild
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def exclude_static_libraries(cmake_manifest):
entry_points={"console_scripts": ["f3d=f3d.__main__:main"]},
cmake_source_dir=".",
cmake_install_dir="python_packaging",
cmake_install_target="f3d",
cmake_args=[
"-DENABLE_alembic=OFF",
"-DENABLE_assimp=OFF",
Expand Down

0 comments on commit a074a49

Please sign in to comment.