aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-09-30 19:44:45 +0200
committerGitHub <noreply@github.com>2022-09-30 19:44:45 +0200
commit0dca9cb6b89b9ce358e8d673d1fca8da6723ed49 (patch)
treed610d5bcf6d1e0c0a3a416e6097172a28b092ba4 /launcher/CMakeLists.txt
parent370c3aa5985698351e706e61c660a3a566a5f09b (diff)
parent0f59a1dde12f94eaff71f6f6b3d8d271c2dcce26 (diff)
downloadPrismLauncher-0dca9cb6b89b9ce358e8d673d1fca8da6723ed49.tar.gz
PrismLauncher-0dca9cb6b89b9ce358e8d673d1fca8da6723ed49.tar.bz2
PrismLauncher-0dca9cb6b89b9ce358e8d673d1fca8da6723ed49.zip
Merge pull request #1162 from Trial97/feature/Replace-toml-library
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 2ff700ad..0bdfcd44 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -973,7 +973,7 @@ target_link_libraries(Launcher_logic
Launcher_murmur2
nbt++
${ZLIB_LIBRARIES}
- tomlc99
+ tomlplusplus::tomlplusplus
BuildConfig
Katabasis
Qt${QT_VERSION_MAJOR}::Widgets