From 7a67b97d3962b39f4f2ceae407750ffe73efb6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 6 Oct 2011 09:56:47 +0000 Subject: [PATCH] fixed cmakefile git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@12557 383ad7c9-94d9-4d36-a494-682f7c89f535 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67d0f495f..8bf9ef673 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,9 @@ file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Help ) # Add the deocumentation targets add_subdirectory (OpenFlipper/Documentation/DeveloperTarget) +add_subdirectory (OpenFlipper/Documentation/DeveloperQtHelpTarget) add_subdirectory (OpenFlipper/Documentation/UserTarget) +add_subdirectory (OpenFlipper/Documentation/UserQtHelpTarget) # ======================================================================== -- GitLab