EADST

Compile C++ with CMakeLists.txt in Linux

After finishing CMakeLists.txt, you may run the following steps to run the code.

mkdir build
cd build
cmake ..
make
./run_your_code

Reference

CMake编译工程/第一个CMakeLists.txt(最详细案例演示)

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文240篇,共被浏览280632

本站已经建立1751天!

热门文章
文章归档
回到顶部