aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-21 16:07:02 +0200
committerThomas White <taw@physics.org>2020-08-21 16:07:02 +0200
commit9c57e7d61658fb79967e1b1a46c98995a1fed020 (patch)
treea75e25d5ec05d9c50cdf9657a4eff4455272be1b /meson.build
parent0f0ff14be48f5e4d9679f30286614db3d9c062d3 (diff)
Framework for backend parameters via GUI
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2ceeed4f..81719e20 100644
--- a/meson.build
+++ b/meson.build
@@ -202,6 +202,7 @@ if gtkdep.found()
'src/gui_peaksearch.c',
'src/gui_index.c',
'src/gui_backend_local.c',
+ 'src/gui_backend_slurm.c',
'src/gui_project.c',
versionc],
dependencies : [mdep, libcrystfeldep, gtkdep, gsldep],