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
第二章《RoboMaster视觉教程CMake(二)hello-headers》中“1.4 CMakeLists.txt”节。
target_include_directories(hello_headers PRIVATE ${PROJECT_SOURCE_DIR}/include ) #设置这个可执行文件hello_headers需要包含的库的路径 这个应该是包含“头文件”路径吧
target_include_directories(hello_headers PRIVATE ${PROJECT_SOURCE_DIR}/include ) #设置这个可执行文件hello_headers需要包含的库的路径
The text was updated successfully, but these errors were encountered:
No branches or pull requests
第二章《RoboMaster视觉教程CMake(二)hello-headers》中“1.4 CMakeLists.txt”节。
target_include_directories(hello_headers PRIVATE ${PROJECT_SOURCE_DIR}/include ) #设置这个可执行文件hello_headers需要包含的库的路径
这个应该是包含“头文件”路径吧
The text was updated successfully, but these errors were encountered: