codelite does not show the right directory structure while i
Posted: Mon Aug 16, 2010 12:03 am
I have started using codelite as my c++ development IDE on Linux. I wanted to compile one of the makefile based project that I have. The directory structure of the project source code is this:
Now when I do import files from directory, I have to select each check box for each directory (they are not recursive) so that they are imported. Even when they are imported, codelite shows the dir structure in this way
i.e., even though dirC is under dirA, it does not show like that, is it the right behavior in codelite
Code: Select all
src
dirA
dirC
c.cpp
a.cpp
dirB
b.cpp
Makefile
Code: Select all
dirA
a.cpp
dirC
c.cpp
dirB
b.cpp