More than one includeDir?

I have two folders that need to be in includeDir, based on the CMakeFiles.txt;

set(COMPONENT_ADD_INCLUDEDIRS
  "."
  "include/"
)

Is that possible?

I used

“flags”: [
“-I.”,
“-Iinclude”,

That worked.

1 Like