diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 19:33:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 19:33:01 +0100 |
commit | 938554f267193b652478fc12343819fa45d76034 (patch) | |
tree | 1c027f97f3209571740377f1d4b7e6721d8de777 /common/CMakeLists.txt | |
parent | 885f185f55249a2e97e9c7c238f89a5d0d99d1df (diff) | |
download | sink-938554f267193b652478fc12343819fa45d76034.tar.gz sink-938554f267193b652478fc12343819fa45d76034.zip |
Moved inspection commands to a separate inspector.
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 018fc22..df44ce5 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -78,6 +78,7 @@ set(command_SRCS | |||
78 | mail/threadindexer.cpp | 78 | mail/threadindexer.cpp |
79 | notification.cpp | 79 | notification.cpp |
80 | commandprocessor.cpp | 80 | commandprocessor.cpp |
81 | inspector.cpp | ||
81 | ${storage_SRCS}) | 82 | ${storage_SRCS}) |
82 | 83 | ||
83 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 84 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |