wgtmac commented on PR #52:
URL: https://github.com/apache/iceberg-cpp/pull/52#issuecomment-2756309108

   FTR, current install directory on my MacOS looks like
   ```
   /tmp/iceberg/
   ├── lib/
   │   ├── libiceberg_vendored_arrow.a
   │   ├── libiceberg_vendored_avrocpp.a
   │   ├── libiceberg_vendored_nanoarrow.a
   │   ├── libiceberg.dylib
   │   ├── libiceberg.a
   │   ├── libiceberg_bundle.dylib
   │   ├── libiceberg_bundle.a
   │   └── cmake/
   │       └── Iceberg/
   │           ├── IcebergConfig.cmake
   │           ├── IcebergConfigVersion.cmake
   │           ├── IcebergTargets.cmake
   │           └── IcebergTargets-debug.cmake
   ├── include/
   │   └── iceberg/
   │       ├── arrow_c_data.h
   │       ├── avro.h
   │       ├── catalog.h
   │       ├── demo.h
   │       ├── error.h
   │       ├── exception.h
   │       ├── expected.h
   │       ├── location_provider.h
   │       ├── schema.h
   │       ├── schema_field.h
   │       ├── table.h
   │       ├── table_identifier.h
   │       ├── transaction.h
   │       ├── type.h
   │       ├── type_fwd.h
   │       ├── iceberg_export.h
   │       ├── util/
   │       │   ├── formattable.h
   │       │   └── formatter.h
   │       ├── arrow/
   │       │   └── demo_arrow.h
   │       ├── avro/
   │       │   └── demo_avro.h
   │       └── iceberg_bundle_export.h
   └── share/
       └── doc/
           └── Iceberg/
               ├── LICENSE
               └── NOTICE
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to