> I`ve opened cmake project (written in c++) and observed the following issue > : only source files referenced by cmake rules like add_library(), > add_executable() are listed in the "Project explorer" view. So I`m not > able to open any header using that view. At the same time, switching > between method declaration/implementation works fine. Are there any > additional actions I need to do to be able to see all source files in the > "Project explorer" view ?
You can add headers to the ADD_EXECUTABLE call. Most cmake projects don't do that, so I've been wanting to implement a heuristic to find the headers, but that's not trivial. daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
