logic: Fixed relative paths not working Code::Blocks project files (issue #663)

* Index non-target files if no others available
This commit is contained in:
Eberhard Graether
2019-01-10 22:11:05 +01:00
parent 7d94302712
commit 3014dd35a8
9 changed files with 96 additions and 34 deletions
@@ -0,0 +1,4 @@
void no_target()
{
int b = 7;
}
@@ -0,0 +1,4 @@
void test()
{
int a = 42;
}