tags:

views:

11

answers:

0

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:

src
  dirA
     dirC
        c.cpp
  a.cpp 
  dirB
  b.cpp
  Makefile

Now when I do import files from directory, I have to check box each directory so that they are imported. Even when they are imported, codelite shows the dir structure in this way

  dirA
        a.cpp   
  dirC
        c.cpp
  dirB
        b.cpp

i.e., even though dirC is under dirA, it does not show like that, is it the right behavior in codelite