# cmake lib exe **Repository Path**: yushulx/cmake-lib-exe ## Basic Information - **Project Name**: cmake lib exe - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-24 - **Last Updated**: 2020-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CMake for Windows DLL and Lib 编译及运行 ``` mkdir build cd build cmake -DCMAKE_GENERATOR_PLATFORM=x64 .. cmake --build . --config release Release\main.exe ```