aboutsummaryrefslogtreecommitdiff
path: root/subprojects/plugin_hostlist/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-23 16:10:42 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-23 16:10:42 +0300
commit428c5396867d8370e110d619a15b51b24d9bb664 (patch)
treed6dff9be6e619003564a8a3f6d6674a4c50418ab /subprojects/plugin_hostlist/meson.build
parentMove staging/hostlist to subprojects/plugin_hostlist (diff)
downloadsmolbote-428c5396867d8370e110d619a15b51b24d9bb664.tar.xz
Remove plugin_hostlist:interface
Diffstat (limited to 'subprojects/plugin_hostlist/meson.build')
-rw-r--r--subprojects/plugin_hostlist/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/plugin_hostlist/meson.build b/subprojects/plugin_hostlist/meson.build
index d8286d1..04711fd 100644
--- a/subprojects/plugin_hostlist/meson.build
+++ b/subprojects/plugin_hostlist/meson.build
@@ -7,8 +7,7 @@ dep_qt5 = dependency('qt5',
)
dep_catch = dependency('catch2', required: true, fallback: ['catch2', 'catch2_dep'] )
-smolbote_interface = include_directories(get_option('interface'))
-message(get_option('interface'))
+smolbote_interface = include_directories('include')
lib_hostlistfilter = static_library('hostlistfilter',
[ 'filterlist.cpp' ],