Malko
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Malko created a post, AnsweredCustom File Template for C++
It looks like the file template feature doesn't like c++ preprocessor directives. This is what happens when I add some of them to the template: #include "something" -> the #include disappears when ... -
Malko created a post, AnsweredBazel BUILD files virtual directory structure not understood by CLion
Hello, Bazel BUILD files provide two tags that modify the include path of a file: "include_prefix" and "strip_include_prefix". Clion does not seem to understand the latter, as such he always compla...