aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 16:15:31 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 16:15:31 +0200
commit9d004e3d18312bea2259bc30064999f9f2db14a6 (patch)
tree55d02ccb4775bd8a327c431cd40aed6c3edd918b /src/CMakeLists.txt
parentFix various warnings (diff)
downloadsmolbote-9d004e3d18312bea2259bc30064999f9f2db14a6.tar.xz
Plugin commands no longer require --command
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 00b556f..5f4aed1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -43,7 +43,7 @@ add_executable(poi
webengine/widgets/pagemenu.h
# plugin interfaces
- #../plugins/interfaces.h
+ plugin.h
)
target_include_directories(poi