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

Statically link shaders, update cmake version, c++ version and add CPM for cmake package managment #63

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GbotHQ
Copy link

@GbotHQ GbotHQ commented Sep 21, 2024

Static linking needs to be added for other resources as well before merging.

Copy link
Member

@p-yukusai p-yukusai left a comment

Choose a reason for hiding this comment

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

Looks good, pending ci.

src/gui/MainMenuBar.cpp Outdated Show resolved Hide resolved
mHasTranslator = true;
if (locAbb == "ja") {
auto locale = b::embed<"../../data/locale/translation_ja.qm">();
if (mTranslator.load(reinterpret_cast<const uchar*>(locale.data()), locale.length(), "data/locale")) {
Copy link
Member

@p-yukusai p-yukusai Sep 24, 2024

Choose a reason for hiding this comment

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

I hate this lmao

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