aboutsummaryrefslogtreecommitdiffstats
path: root/abi-descriptor.template
blob: 43dd9a6fd6fa25bfead9a9423ee9a00696bfb15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<descriptor>
<version>
    0.0.0
</version>
<headers>
    {RELPATH}/abi-check-headers
</headers>
<libs>
    @LIBRARY_OUTPUT_PATH@
</libs>
<include_paths>@INCLUDE_DIRS@
</include_paths>
<gcc_options>
    -D_U_="__attribute((unused))"
</gcc_options>
<include_preamble>
    config.h
</include_preamble>
</descriptor>