NOISSUE replace derpy merkdown thing with hoedown

This commit is contained in:
Petr Mrázek
2015-05-16 23:04:00 +02:00
parent 43c777f386
commit ff715f7785
22 changed files with 5915 additions and 145 deletions

View File

@ -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)