When I import sources, the header without extension are not included
When I import sources, the header without extension are not included.
For example, I want to import a project like libc++ (LLVM C++ standard Library), any header without extension (for example include/vector) is not added.
Can the CLion recognize headers without extension?
Please sign in to leave a comment.
Hi!
Do you mean that headers without extension are not automatically selected during the import?
I mean this stage:
BTW, the libc++ project (if you're talking about this one - https://github.com/llvm-mirror/libcxx) is a CMake project, so you don't need to import it, you can just open it.