Skip to content

Commit

Permalink
Restructure Imath include for alembic.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Oct 20, 2023
1 parent ce5c7c8 commit 7554811
Show file tree
Hide file tree
Showing 90 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,12 @@ let package = Package(
.target(name: "Boost"),
],
exclude: [
"include/python/PyImathNumpy"
"include/Imath/python/PyImathNumpy"
],
publicHeadersPath: "include",
publicHeadersPath: "include/Imath",
cxxSettings: [
.headerSearchPath("include/Imath"),
.headerSearchPath("include/python"),
.headerSearchPath("include/python/PyImath"),
.headerSearchPath("include/Imath/python"),
.headerSearchPath("include/Imath/python/PyImath"),
],
swiftSettings: [
.interoperabilityMode(.Cxx),
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7554811

Please sign in to comment.