SVN commit 1000001 by mlaurent: add kmymoney M +2 -0 CMakeLists.txt --- trunk/playground/office/CMakeLists.txt #1000000:1000001 @@ -33,6 +33,8 @@ #add_subdirectory(geoshape) endif(KOFFICELIBS_FOUND AND MARBLE_FOUND) +add_subdirectory(kmymoney) + macro_optional_add_subdirectory(doc) if(CMAKE_SOURCE_DIR STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")