# study-cmake **Repository Path**: cometdlut/study-cmake ## Basic Information - **Project Name**: study-cmake - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-23 - **Last Updated**: 2023-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # study-cmake ## Build ```bash # generate the building config cmake -B build/ # build the whole project (with unittest too) cmake --build build/ ``` ### for MinGW ```bash cmake -G "MinGW Makefiles" -B build cmake --build build ``` > With GitHub Action MinGW tester, the building error might be threw: 'multiple definitions' on std::string and so on. > But it can't be reproduced on a local copy. ### for MSVC For a full building, zlib pkg need to be installed manually. ## See also In chinese: https://hedzr.github.io/tags/#cmake-hello ## LICENSE MIT