| name: CppClassTestBindings | |
| description: 'Tests Cpp class bindings' | |
| output: 'cpp_class_test_bindings.dart' | |
| exclude-all-by-default: true | |
| compiler-opts: | |
| - '-x c++' | |
| cpp: | |
| cpp-classes: | |
| include: | |
| - Animal | |
| ffi-native: | |
| asset-id: 'package:ffigen/cpp_test' | |
| headers: | |
| entry-points: | |
| - 'cpp_class_test.h' |