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

# 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 ontologies
subdir('ontologies')

# Internal database library
subdir('gvdb')
subdir('libtracker-fts')
subdir('libtracker-data')

# Public libtracker-sparql library
subdir('libtracker-sparql-backend')

# Public commandline control tool
subdir('tracker')