refactor: support system and bundled cmark

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-01-07 14:57:13 +01:00
committed by Joshua Goins
parent aa7c910e26
commit 22a2b7ac46
4 changed files with 18 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ target_link_libraries(Launcher_logic
)
target_link_libraries(Launcher_logic
QuaZip::QuaZip
cmark
cmark::cmark
LocalPeer
Launcher_rainbow
)