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 #33

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Implement in-tree build #33

merged 1 commit into from
Apr 23, 2024

Conversation

norihiro
Copy link
Owner

Description

  • Adds branches by checking CMAKE_SOURCE_DIR.
    • Avoids finding packages such as libobs and obs-frontend-api.
    • Does not create installer files.
  • Replaces CMAKE_PROJECT_NAME with PROJECT_NAME.

#29

How Has This Been Tested?

Not tested yet.

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.

- Replaces CMAKE_PROJECT_NAME with PROJECT_NAME.
- Replaces `OBS::obs-frontend-api` with `OBS::frontend-api`, which looks
  the standard naming in obs-studio repository.
- Adds a condition that checks CMAKE_SOURCE_DIR.
  - Avoids finding packages such as libobs and obs-frontend-api.
  - Does not create installer files.
@norihiro norihiro merged commit a4eaefe into main Apr 23, 2024
8 checks passed
@norihiro norihiro deleted the in-tree-build branch April 23, 2024 01:35
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