aboutsummaryrefslogtreecommitdiff
path: root/api/logic/CMakeLists.txt
diff options
context:
space:
mode:
authorkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2021-04-16 13:33:56 -0700
committerkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2021-04-16 13:33:56 -0700
commit7156e086f6ba6993db87396e133b8158bed882c8 (patch)
tree7257f240bf76acacef4b211876dbe2c539425fb0 /api/logic/CMakeLists.txt
parent860706caec6cf2ab26089d6c1f1fc12166767cd9 (diff)
downloadPrismLauncher-7156e086f6ba6993db87396e133b8158bed882c8.tar.gz
PrismLauncher-7156e086f6ba6993db87396e133b8158bed882c8.tar.bz2
PrismLauncher-7156e086f6ba6993db87396e133b8158bed882c8.zip
parse META-INF/mods.toml for metadata
Diffstat (limited to 'api/logic/CMakeLists.txt')
-rw-r--r--api/logic/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/CMakeLists.txt b/api/logic/CMakeLists.txt
index beaa0c00..23bf848d 100644
--- a/api/logic/CMakeLists.txt
+++ b/api/logic/CMakeLists.txt
@@ -540,7 +540,7 @@ set_target_properties(MultiMC_logic PROPERTIES CXX_VISIBILITY_PRESET hidden VISI
generate_export_header(MultiMC_logic)
# Link
-target_link_libraries(MultiMC_logic systeminfo MultiMC_quazip MultiMC_classparser ${NBT_NAME} ${ZLIB_LIBRARIES} optional-bare BuildConfig)
+target_link_libraries(MultiMC_logic systeminfo MultiMC_quazip MultiMC_classparser ${NBT_NAME} ${ZLIB_LIBRARIES} optional-bare toml11 BuildConfig)
target_link_libraries(MultiMC_logic Qt5::Core Qt5::Xml Qt5::Network Qt5::Concurrent)
# Mark and export headers