Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议 build 目录改名 #8

Open
cntrump opened this issue Mar 10, 2021 · 2 comments
Open

建议 build 目录改名 #8

cntrump opened this issue Mar 10, 2021 · 2 comments

Comments

@cntrump
Copy link

cntrump commented Mar 10, 2021

直接在 build 目录里 make 会生成不需要的中间文件。
建议在里面新建下一级目录编译:

cd s_task/build
mkdir build && cd build
cmake -G Ninja ..
ninja

这样的话,build/build 这个目录可以随时删掉,这样一来 s_task/build 这个目录名字就不太合适,容易混淆。

@xhawk18
Copy link
Owner

xhawk18 commented Mar 14, 2021

cmake目录您可自行设定,不影响。

@cntrump cntrump closed this as completed Mar 15, 2021
@axhlzy
Copy link

axhlzy commented Apr 13, 2022

这个build确实是 第一眼看到的时候 “ ???直接把build文件夹一起上传了 ? ” 哈哈

@xhawk18 xhawk18 reopened this Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants