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

# Public ontologies
subdir('ontologies')

subdir('gvdb')

# 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')