summaryrefslogtreecommitdiff
path: root/src/meson.build
blob: e1dba503ab6b9aec6302d490ecebdb6a2d10ff0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Shared common code
subdir('libtracker-common')

# Public ontologies
subdir('ontologies')

# Intermediate library of RDF & SPARQL helper functions.
# This gets used internally and also becomes part of the
# public libtracker-sparql library.
subdir('libtracker-sparql')

# Public commandline control tool
subdir('tracker')

# XDG Portal
subdir('portal')