From 4f55621cac8ba66236fe602d625ac0a71b842150 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 14 Dec 2020 16:40:32 +0100 Subject: Meson: Add GSL to libcrystfel's declare_dependency() --- libcrystfel/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index 51ed20bd..244fc4cc 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -126,7 +126,8 @@ libcrystfel = library('crystfel', [libcrystfel_sources, libcrystfel_versionc], install : true) libcrystfeldep = declare_dependency(include_directories : libcrystfel_includes, - link_with : libcrystfel) + link_with : libcrystfel, + dependencies: gsldep) install_headers(['src/reflist.h', -- cgit v1.2.3