Skip to content
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

Support multiple targets for package #5537

Merged
merged 5 commits into from
Aug 30, 2024

Conversation

star-hengxing
Copy link
Contributor

  • xmake/cmake/ninja/make: Support build multiple targets.
  • ninja/cmake: Refractor code.
  • cmake: Add new interface configure

-- enter build directory
local buildir = opt.buildir or package:buildir()
os.mkdir(path.join(buildir, "install"))
local oldir = os.cd(buildir)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这块挪外面,不要放 configure 里

@waruqi waruqi added this to the v2.9.5 milestone Aug 29, 2024
@waruqi waruqi merged commit 2f3f1a0 into xmake-io:dev Aug 30, 2024
20 checks passed
@star-hengxing star-hengxing deleted the multiple-target branch December 15, 2024 02:59
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