diff options
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}) |