Skip to content

xudooo/CMakeTutorial

Repository files navigation

根据cmakeTutorialCN的各步骤生成此仓库

第4步,安装生成的产物使用命令

cd path_to_project
mkdir install
cd build
cmake ..
cmake --build .
cmake --install . --prefix="$(pwd)/../install"

第4步,测试用例

cd build
ctest

第7步,使用cpack构建二进制发行版

cd build
cpack
cpack -G ZIP -C Debug   # -G 指定生成器,-C 指定配置
cpack --config CPackSourceConfig.cmake  # 创建分发源
make package    # 创建分发源s

第8步,添加对dashboard的支持 地址

ctest [-VV] -D Experimental

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published