Skip to content

Commit

Permalink
use ecm_optional_add_subdirectory for docs so translations can option…
Browse files Browse the repository at this point in the history
…ally be added optionally
  • Loading branch information
jriddell committed Jan 12, 2015
1 parent ee5ace0 commit d488455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -13,6 +13,7 @@ include(KDECompilerSettings)
include(ECMInstallIcons)
include(ECMMarkAsTest)
include(ECMMarkNonGuiExecutable)
include(ECMOptionalAddSubdirectory)
include(FeatureSummary)
include(CheckIncludeFiles)

Expand Down
8 changes: 4 additions & 4 deletions doc/CMakeLists.txt
@@ -1,4 +1,4 @@
add_subdirectory(khelpcenter)
add_subdirectory(fundamentals)
add_subdirectory(glossary)
add_subdirectory(onlinehelp)
ecm_optional_add_subdirectory(khelpcenter)
ecm_optional_add_subdirectory(fundamentals)
ecm_optional_add_subdirectory(glossary)
ecm_optional_add_subdirectory(onlinehelp)

0 comments on commit d488455

Please sign in to comment.