cmake-examples-Chinese icon indicating copy to clipboard operation
cmake-examples-Chinese copied to clipboard

第二章《RoboMaster视觉教程CMake(二)hello-headers》中“1.4 CMakeLists.txt”节,是不是有个地方写错了

Open shikai-123 opened this issue 2 years ago • 0 comments

第二章《RoboMaster视觉教程CMake(二)hello-headers》中“1.4 CMakeLists.txt”节。

target_include_directories(hello_headers PRIVATE ${PROJECT_SOURCE_DIR}/include ) #设置这个可执行文件hello_headers需要包含的库的路径 这个应该是包含“头文件”路径吧

shikai-123 avatar Nov 02 '22 01:11 shikai-123