diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a21f23c3..fde28a4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |