You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
There are some changes in our project that will require FEM to be integrated using SPM. I managed to get this working in my fork but wanted to discuss solution before creating PR.
SPM has publicHeadersPath option where you can specify location of your headers. Unfortunately, it seems that it doesn't support wildcards and supports only one location.
As FEM's headers are distributed in different directories, this causes problems.
I think we have 2 options:
Move everything under Source and remove directories (we can still have groups in Xcode)
Move all headers under Source/Headers and keep existing directory structure
What are your thoughts?
The text was updated successfully, but these errors were encountered:
Hello,
There are some changes in our project that will require FEM to be integrated using SPM. I managed to get this working in my fork but wanted to discuss solution before creating PR.
SPM has
publicHeadersPath
option where you can specify location of your headers. Unfortunately, it seems that it doesn't support wildcards and supports only one location.As FEM's headers are distributed in different directories, this causes problems.
I think we have 2 options:
What are your thoughts?
The text was updated successfully, but these errors were encountered: