aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5e5f22..74bddd2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -112,7 +112,7 @@ set(SourceCode
#"src/forms/cookiesform.ui"
# plugin interfaces
- plugins/interfaces.h)
+ plugins/interfaces.h src/commandline.cpp src/commandline.h)
add_executable(poi ${SourceCode})