aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.cpp.in
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-08-17 17:29:57 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-08-17 17:29:57 +0300
commitc5bac475e86ec1c4e0053bd330eabedcbca124f6 (patch)
treec2be43dac099f5b98b9dbaaeb1244b7efeb01a58 /buildconfig/BuildConfig.cpp.in
parent4a1d85f99913d0bacf8cdd118c81401378c758b6 (diff)
parente88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5 (diff)
downloadPrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.tar.gz
PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.tar.bz2
PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop
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@";