TGS fast...
[metze/wireshark/wip.git] / abi-descriptor.template
1 <?xml version="1.0" encoding="UTF-8"?>
2 <descriptor>
3   <version>
4     0.0.0
5   </version>
6   <headers>
7     {RELPATH}/abi-check-headers
8   </headers>
9   <libs>
10     @LIBRARY_OUTPUT_PATH@
11   </libs>
12   <include_paths>@INCLUDE_DIRS@
13   </include_paths>
14   <gcc_options>
15     -D_U_="__attribute((unused))"
16   </gcc_options>
17   <include_preamble>
18     config.h
19   </include_preamble>
20 </descriptor>