Skip to content

build: add TSCSupport to the built module set #514

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

compnerd
Copy link
Member

Add TSCSupport to the CMake build system. This is meant to support the testing of SPM and not for general usage. We do not support the installation of the TSCSupport module as the usage is limited for the test suite in SPM.

compnerd added 3 commits June 12, 2025 13:53
`Foundation` was not being resolved to the target and instead would add
`-lFoundation` to the linker invocation which is unnecessary due to the
autolinking. Add the library search directory instead.
This allows building with or without a build tree which eases the
toolchain builds.
This is not a required library, but add it to the build to support use
in SPM testing. Although the library is built, we do not install it as
it does not need to be distributed.
@jakepetroules
Copy link
Contributor

@swift-ci test

1 similar comment
@jakepetroules
Copy link
Contributor

@swift-ci test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants