-
Notifications
You must be signed in to change notification settings - Fork 58
Adding changes for local build script and cmakelist to create exe using swift package #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can we integrate these build steps with root CMakeLists.txt, and let it build whenever the iOS build is triggered ? This will also let this build trigger from CI. |
Yeah. I have added the changes to compile the swift wrappers as part of the global build. That is in separate PR. |
|
Force merge it. The CI failure is not related to this PR. |
Changes in local build script and cmakelist file to build swift wrappers package for local sample main.swift file.
Below tasks are done by the cmakelist file:
and linking the static libs to generate the executable.