# ExampleDepends **Repository Path**: codebeefflyee/ExampleDepends ## Basic Information - **Project Name**: ExampleDepends - **Description**: 三方依赖库的测试代码 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-29 - **Last Updated**: 2025-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 三方库测试用例 ``` 1. osqp --------- _test_osqp 2. opencv ------- _test_cv 3. eigen -------- _test_eigen 4. yaml --------- _test_yaml 5. orocos-kdl --- _test_orocos_x86_full ``` 三方库路径 ```bash 3rdparty/ ├── eigen-340 │ └── _install_x86_64 ├── opencv-345 │ └── _install_x86_64 ├── opencv-455 │ └── _install_x86_world_shared ├── orocos-150 │ └── _install_x86_full ├── osqp-063 │ └── _install_x86_64 ├── osqp-100 │ └── _install_x86_64 └── yaml-080 └── _install_x86_64 ``` 环境: ```bash jacob@DESKTOP-BUTO7MU:~/MakeDepends/_ExampleDepends (master) $ gcc --version gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. jacob@DESKTOP-BUTO7MU:~/MakeDepends/_ExampleDepends (master) $ g++ --version g++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ```