SVN commit 1037165 by apaku: Build the new grepview plugin M +1 -0 CMakeLists.txt --- trunk/KDE/kdevplatform/plugins/CMakeLists.txt #1037164:1037165 @@ -16,6 +16,7 @@ add_subdirectory(documentswitcher) add_subdirectory(patchreview) add_subdirectory(openwith) +add_subdirectory(grepview) set(Boost_ADDITIONAL_VERSIONS 1.39.0 1.39) macro_optional_find_package( Boost 1.35.0 )