unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 82c920cfab81db5e6c91e95519c40fa4e3b5170e 769 bytes (raw)
name: lib/meson.build 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
libnotmuch_srcs = [
	'add-message.cc',
	'built-with.c',
	'config.cc',
	'database.cc',
	'directory.cc',
	'filenames.c',
	'index.cc',
	'indexopts.c',
	'message-file.c',
	'message-id.c',
	'message-property.cc',
	'message.cc',
	'messages.c',
	'parse-time-vrp.cc',
	'query-fp.cc',
	'query.cc',
	'regexp-fields.cc',
	'sha1.c',
	'string-list.c',
	'string-map.c',
	'tags.c',
	'thread-fp.cc',
	'thread.cc',
]

inc_lib = include_directories('.')

lib_notmuch = both_libraries('notmuch', libnotmuch_srcs,
			     include_directories: [inc_compat,
						   inc_util,
						   inc_parse_time],
			     link_with: [lib_compat, lib_util, lib_parse_time],
			     dependencies: [dep_gmime, dep_glib, dep_xapian, dep_talloc],
			     version: libnotmuch_version,
			     install: true)

debug log:

solving 82c920cfab81 ...
found 82c920cfab81 in https://yhetil.org/notmuch/20200111164049.8237-1-jani@nikula.org/

applying [1/1] https://yhetil.org/notmuch/20200111164049.8237-1-jani@nikula.org/
diff --git a/lib/meson.build b/lib/meson.build
new file mode 100644
index 000000000000..82c920cfab81

Checking patch lib/meson.build...
Applied patch lib/meson.build cleanly.

index at:
100644 82c920cfab81db5e6c91e95519c40fa4e3b5170e	lib/meson.build

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).