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
I noticed it appears that the CMakeLists.txt isn't maintained when making changes to the xcodeproj. Shouldn't the CMakeLists.txt be modified to generate it and if so, would the maintainers be open to a PR making this change?
I think the workaround otherwise would be to execute_process(xcodebuild...) and link to the resulting library from CMake.
The text was updated successfully, but these errors were encountered:
I noticed it appears that the
CMakeLists.txt
isn't maintained when making changes to thexcodeproj
. Shouldn't theCMakeLists.txt
be modified to generate it and if so, would the maintainers be open to a PR making this change?I think the workaround otherwise would be to
execute_process(xcodebuild...)
and link to the resulting library from CMake.The text was updated successfully, but these errors were encountered: