cmake 简易入门

Posted xiaoniu-666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cmake 简易入门相关的知识,希望对你有一定的参考价值。

目录结构

root -|

        |--**.cpp

        |--CmakeList.txt

        |--current path

                    |--(执行cmake ../)

                    |-- (执行make的目录)          

 

步骤:

 

编写 CmakeLists.txt

2 [current path]$cmake   path 【CmakeLists.txt文件所在的目录】

Cmd:

        $ hello
        $ cd hello/build/
        $ ls
        $ cmake ..

 

3 [current path] make

4 执行

 

 

 

以上是关于cmake 简易入门的主要内容,如果未能解决你的问题,请参考以下文章

简易cmake多文件多目录工程模板

windows下使用cmake+mingw配置makefile

cmake超详细入门教程,学不会你捶我~

CMake入门——简单CMakeLists的编写

CMake入门

CMake入门