From a1d2d8cac7e1f1b1241b87e6574fcf53a592c8fa Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Mon, 11 Jul 2016 19:41:37 +0200 Subject: [PATCH] Undo mistake in last commit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd31f3077..4ccbb3713 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ add_definitions(-DTRANSLATION_DOMAIN="okular") include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${PHONON_INCLUDES} core/synctex ${ZLIB_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/core) -# add_subdirectory( mobile ) + add_subdirectory( mobile ) option(BUILD_COVERAGE "Build the project with gcov support" OFF) if(BUILD_COVERAGE) @@ -85,7 +85,7 @@ add_subdirectory( generators ) add_subdirectory( autotests ) add_subdirectory( conf/autotests ) -#add_subdirectory(doc) +add_subdirectory(doc) include(OkularConfigureChecks.cmake)