mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE replace derpy merkdown thing with hoedown
This commit is contained in:
parent
43c777f386
commit
ff715f7785
22 changed files with 5915 additions and 145 deletions
|
|
@ -92,7 +92,9 @@ else()
|
|||
set(QUAZIP_LIBRARIES -L"${CMAKE_BINARY_DIR}/External/Install/QuaZIP/lib" quazip)
|
||||
endif()
|
||||
|
||||
|
||||
# Add the markdown parser thing
|
||||
add_subdirectory(depends/hoedown)
|
||||
include_directories(${HOEDOWN_INCLUDE_DIR})
|
||||
|
||||
# Add the java launcher and checker
|
||||
add_subdirectory(depends/launcher)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue