diff options
author | Joshua Goins <josh@redstrate.com> | 2023-01-06 15:26:26 -0500 |
---|---|---|
committer | Joshua Goins <josh@redstrate.com> | 2023-01-12 10:08:52 -0500 |
commit | 24a4bd3a1c33702946b88a3d8017268fb8134210 (patch) | |
tree | 971b84ab358661876d434f4364540a57e1845a5a /launcher/CMakeLists.txt | |
parent | 9901ecda4938827986e4754f770a2b35b64bb774 (diff) | |
download | PrismLauncher-24a4bd3a1c33702946b88a3d8017268fb8134210.tar.gz PrismLauncher-24a4bd3a1c33702946b88a3d8017268fb8134210.tar.bz2 PrismLauncher-24a4bd3a1c33702946b88a3d8017268fb8134210.zip |
refactor: replace hoedown markdown parser with cmark
Signed-off-by: Joshua Goins <josh@redstrate.com>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 6ca88ec6..7dc744aa 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -617,7 +617,7 @@ SET(LAUNCHER_SOURCES DesktopServices.cpp VersionProxyModel.h VersionProxyModel.cpp - HoeDown.h + Markdown.h # Super secret! KonamiCode.h @@ -1043,7 +1043,7 @@ target_link_libraries(Launcher_logic ) target_link_libraries(Launcher_logic QuaZip::QuaZip - hoedown + cmark LocalPeer Launcher_rainbow ) |