CMake build: Add silversearcher plugin

Change-Id: Id28bf38fd475304cccb5f4375288af7f5e369ac5
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Eike Ziller
2019-05-27 16:13:34 +02:00
parent 33ea685a91
commit d2f3fb8c9f

View File

@@ -16,6 +16,7 @@ add_subdirectory(diffeditor)
add_subdirectory(emacskeys) add_subdirectory(emacskeys)
add_subdirectory(macros) add_subdirectory(macros)
add_subdirectory(projectexplorer) add_subdirectory(projectexplorer)
add_subdirectory(silversearcher)
# Level 3: (only depends on Level 2 and below) # Level 3: (only depends on Level 2 and below)
add_subdirectory(bookmarks) add_subdirectory(bookmarks)