What does it mean when you check on “Recursive” in Header Search Paths

前端 未结 4 572
感情败类
感情败类 2020-11-30 10:56

I\'ve been referencing a lot of Projects, and i do it through adding their paths in Header Search Paths.

I\'ve been following the referencing stuffs through the \"Re

4条回答
  •  南笙
    南笙 (楼主)
    2020-11-30 11:40

    When you set a path(e.g. Header Search Paths, Library Search Paths, Framework Search Paths...) you can define a path to one of parent folder and set recursive(/** will be added to the end of the path). For example you can defile a path to a include directory(or more over to a Build directory) with recursive parameter instead of include/.

    Please note: If the patch contains spaces - , you should escape them using \ or enclose the path in double quotes ""

提交回复
热议问题