Skip to content
  • aweisi's avatar
    Eclipse: Fix indexer for subprojects · f84a3acd
    aweisi authored and Brad King's avatar Brad King committed
    Using `add_subdirectory(source_dir binary_dir)` with `source_dir` not a
    subdirectory needs to add a `[Subprojects]` entry to the source path in
    Eclipse.  The Eclipse indexer seems to use those entries as reference to
    index source files.
    
    Closes: #15984
    f84a3acd