SFUMECJF / cmake-examples-Chinese

快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

shikai-123 opened this issue · comments

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

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