aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.cpp.in
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-02 13:45:08 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-08-15 10:51:21 +0200
commit83aa0062c7d831ca42ed4d82e5f6162ac8793be8 (patch)
tree1a1380ce8a8be27876a47eb6fafa1acd3f8d0a69 /buildconfig/BuildConfig.cpp.in
parentff67fd10c33fa99423b5a43dcbd30494b4c40dc5 (diff)
downloadPrismLauncher-83aa0062c7d831ca42ed4d82e5f6162ac8793be8.tar.gz
PrismLauncher-83aa0062c7d831ca42ed4d82e5f6162ac8793be8.tar.bz2
PrismLauncher-83aa0062c7d831ca42ed4d82e5f6162ac8793be8.zip
feat: add custom native library path settings
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
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@";