# GlobalSingleton **Repository Path**: lasyman/GlobalSingleton ## Basic Information - **Project Name**: GlobalSingleton - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2021-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: singleton, Cpp ## README # GlobalSingleton 全局单例 一个进程空间内全局单例的示例实现(注册到独立外置的一个动态库中) 编译 ``` mkdir build & cd build cmake .. make ``` Fork From: https://github.com/KondeU/GlobalSingleton