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

Implement in-tree build and move generated files under build directory #11

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

norihiro
Copy link
Owner

Description

  • Moves generated file paths.
  • Replaces CMAKE_PROJECT_NAME with PROJECT_NAME.
  • Replaces CMAKE_PROJECT_VERSION with PROJECT_VERSION.
  • Adds a condition that checks CMAKE_SOURCE_DIR.
    • Avoids finding packages such as libobs
    • Does not create installer files.

How Has This Been Tested?

CI will test.

General checklist

  • The commit is reviewed by yourself.
  • The code is tested.
  • Document is up to date or not necessary to be changed.
  • The commit is compatible with repository's license.

- Moves generated file paths.
- Replaces CMAKE_PROJECT_NAME with PROJECT_NAME.
- Replaces CMAKE_PROJECT_VERSION with PROJECT_VERSION.
- Adds a condition that checks CMAKE_SOURCE_DIR.
  - Avoids finding packages such as libobs
  - Does not create installer files.
@norihiro norihiro merged commit 164ee50 into main Aug 24, 2024
12 checks passed
@norihiro norihiro deleted the ci-202408 branch August 24, 2024 06:24
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.

1 participant