Skip to content

Setting up core library build logic branch and cpack for Archives #1948

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

Merged
merged 2 commits into from
Jun 8, 2022

Conversation

sdavtaker
Copy link
Contributor

@sdavtaker sdavtaker commented Jun 8, 2022

  • Creating the branch paths for Legacy/Non legacy in Core library build
  • Adding basic CPack support for Archive packages

Issue #1888 , if available:

Description of changes:
Preparing for starting building and packaging Core Library.

Check all that applies:

  • Did a review by yourself.
  • Added proper tests to cover this PR. (If tests are not applicable, explain.)
  • Checked if this PR is a breaking (APIs have been changed) change.
  • Checked if this PR will not introduce cross-platform inconsistent behavior.
  • Checked if this PR would require a ReadMe/Wiki update.

Check which platforms you have built SDK on to verify the correctness of this PR.

  • Linux
  • Windows
  • Android
  • MacOS
  • IOS
  • Other Platforms

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sdavtaker sdavtaker changed the base branch from main to build-dev-1.10 June 8, 2022 17:00
@sdavtaker sdavtaker marked this pull request as ready for review June 8, 2022 17:03
@@ -0,0 +1,23 @@
if (WIN32) #Starting simple with archive only packages
Copy link
Contributor

Choose a reason for hiding this comment

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

could we use a generator expression here? (docs)

i.e.

set(msvc_cxx "$<COMPILE_LANG_AND_ID:CXX,MSVC>")

@sdavtaker sdavtaker merged commit f5f5464 into build-dev-1.10 Jun 8, 2022
@sdavtaker sdavtaker deleted the build-dev-1.10-pr9 branch June 8, 2022 19:38
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.

3 participants