# GoogleTest-Notes **Repository Path**: CPLASF000000/google-test-notes ## Basic Information - **Project Name**: GoogleTest-Notes - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-23 - **Last Updated**: 2025-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoogleTest-Notes 这里主要介绍如何使用 GoogleTest 测试框架 ## 静态引入 GoogleTest 将 GoogleTest 编译成静态库然后引用 ### windows + cmake ### linux + cmake ## 动态引入 GoogleTest