diff options
author | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2021-04-16 13:33:56 -0700 |
---|---|---|
committer | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2021-04-16 13:33:56 -0700 |
commit | 7156e086f6ba6993db87396e133b8158bed882c8 (patch) | |
tree | 7257f240bf76acacef4b211876dbe2c539425fb0 /api/logic/CMakeLists.txt | |
parent | 860706caec6cf2ab26089d6c1f1fc12166767cd9 (diff) | |
download | PrismLauncher-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.txt | 2 |
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 |