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

建立简单的带单元测试的CMake项目 | Blurred code #4

Open
utterances-bot opened this issue Mar 4, 2021 · 3 comments
Open

Comments

@utterances-bot
Copy link

建立简单的带单元测试的CMake项目 | Blurred code

https://www.blurredcode.com/2019/03/452/

Copy link

RocGwei commented Mar 4, 2021

主目录里的 CMakeLists.txt 中
aux_source_directory(${CMAKE_SOURCE_DIR}/src ${proj_src})
这里的 ${proj_src} 好像要改成 proj_src 否则在 Clion 里会报错

aux_source_directory called with incorrect number of arguments

@BlurryLight
Copy link
Owner

@roc-gui fixed.

@RocGwei
Copy link

RocGwei commented Mar 4, 2021

OK

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