When I add "include_directories" they are added in the eclipse project. But if I use "add_library" or "add_subdirectory" which are not in the root directory of the project, then they are not displayed in the eclipse project. Maybe I'm doing something wrong in my CMakeList? Or is it impossible to add display of external files in the cmake4eclipse project? Is it possible to implement this somehow?