We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.blurredcode.com/2019/03/452/
The text was updated successfully, but these errors were encountered:
主目录里的 CMakeLists.txt 中 aux_source_directory(${CMAKE_SOURCE_DIR}/src ${proj_src}) 这里的 ${proj_src} 好像要改成 proj_src 否则在 Clion 里会报错
aux_source_directory(${CMAKE_SOURCE_DIR}/src ${proj_src})
${proj_src}
proj_src
aux_source_directory called with incorrect number of arguments
Sorry, something went wrong.
@roc-gui fixed.
OK
No branches or pull requests
建立简单的带单元测试的CMake项目 | Blurred code
https://www.blurredcode.com/2019/03/452/
The text was updated successfully, but these errors were encountered: