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

   Thanks @kou for your suggestion! Now the CMake implementation is greatly 
simplified. FYI, the installed directory looks like below:
   ```
   ├── include/
   │   ├── iceberg/
   │   │   ├── puffin.h
   │   │   ├── table.h
   │   │   └── demo_arrow.h
   ├── lib/
   │   ├── libiceberg_vendored_arrow.a
   │   ├── libiceberg_arrow.a
   │   ├── libiceberg_core.a
   │   ├── libiceberg_puffin.a
   │   ├── cmake/
   │   │   ├── IcebergConfig.cmake
   │   │   ├── IcebergConfigVersion.cmake
   │   │   ├── IcebergTargets.cmake
   │   │   └── IcebergTargets-debug.cmake
   └── 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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to