aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.cpp.in
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-17 16:09:16 +0200
committerGitHub <noreply@github.com>2023-08-17 16:09:16 +0200
commite88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5 (patch)
tree81a36f1f28eefbd0f205780c48b80a531a6364bf /buildconfig/BuildConfig.cpp.in
parent85f36ebed7e1295547cd2324d1baf7834be89c31 (diff)
parent06aba530d7154f0cff76b2d5dc650a428ff1a54e (diff)
downloadPrismLauncher-e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5.tar.gz
PrismLauncher-e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5.tar.bz2
PrismLauncher-e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5.zip
Merge pull request #1392 from Scrumplex/feat-native-override
Diffstat (limited to 'buildconfig/BuildConfig.cpp.in')
-rw-r--r--buildconfig/BuildConfig.cpp.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in
index d7662a7a..1eb0022b 100644
--- a/buildconfig/BuildConfig.cpp.in
+++ b/buildconfig/BuildConfig.cpp.in
@@ -110,6 +110,9 @@ Config::Config()
FLAME_API_KEY = "@Launcher_CURSEFORGE_API_KEY@";
META_URL = "@Launcher_META_URL@";
+ GLFW_LIBRARY_NAME = "@Launcher_GLFW_LIBRARY_NAME@";
+ OPENAL_LIBRARY_NAME = "@Launcher_OPENAL_LIBRARY_NAME@";
+
BUG_TRACKER_URL = "@Launcher_BUG_TRACKER_URL@";
TRANSLATIONS_URL = "@Launcher_TRANSLATIONS_URL@";
MATRIX_URL = "@Launcher_MATRIX_URL@";