Skip to content

Commit

Permalink
move objectbox-dart.h to native/bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Mar 8, 2021
1 parent 08beb80 commit 84cb52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions objectbox/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ dependency_overrides:
ffigen:
name: 'ObjectBoxC'
description: 'Bindings to ObjectBox C-API'
output: 'lib/src/bindings/objectbox-c.dart'
output: 'lib/src/native/bindings/objectbox-c.dart'
headers:
entry-points:
- 'lib/src/bindings/objectbox.h'
- 'lib/src/bindings/objectbox-dart.h'
- 'lib/src/native/bindings/objectbox.h'
- 'lib/src/native/bindings/objectbox-dart.h'
include-directives:
- '**objectbox*.h'
functions:
Expand Down

0 comments on commit 84cb52e

Please sign in to comment.