[C++] Auto import tool makes my headers like external (<>)
Answered
Hi. When I tried to divide the project into files in each header you could see something like
#include "../../../Foo.h"
So in CMakeLists.txt I add next lines:
include_directories(A)
However auto import making headlines such as the above looks like
#include <A/B/C/Foo.h>
But it's not a std/other lib header. I want to see include my headers using " ", because CLion places such headers with external lib headers and I forced to group manually it with other my headers.
If I'm doing something wrong, please tell about it.
Please sign in to leave a comment.
Hi! Feel free to comment or upvote the related issue in our tracker: https://youtrack.jetbrains.com/issue/CPP-4181.