libdart_openmvg/ffigen.yaml

21 lines
594 B
YAML
Raw Normal View History

# Run with `flutter pub run ffigen --config ffigen.yaml`.
name: ArchimedesMobileLibBindings
description: |
Bindings for `src/image.h`.
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
output: 'lib/archimedes_mobile_lib_bindings_generated.dart'
compiler-opts: '-I/usr/include -L /usr/lib/ -lpng'
headers:
entry-points:
- 'src/image.h'
include-directives:
- 'src/image.h'
preamble: |
// ignore_for_file: always_specify_types
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full