diff options
Diffstat (limited to 'framework/actions/CMakeLists.txt')
-rw-r--r-- | framework/actions/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/actions/CMakeLists.txt b/framework/actions/CMakeLists.txt index a09445b0..d757f654 100644 --- a/framework/actions/CMakeLists.txt +++ b/framework/actions/CMakeLists.txt | |||
@@ -3,6 +3,7 @@ set(SRCS | |||
3 | action.cpp | 3 | action.cpp |
4 | actionhandler.cpp | 4 | actionhandler.cpp |
5 | actionbroker.cpp | 5 | actionbroker.cpp |
6 | actionresult.cpp | ||
6 | context.cpp | 7 | context.cpp |
7 | ) | 8 | ) |
8 | 9 | ||