[cmake-developers] [CMake 0012223]: Support of linked resources in Eclipse/CDT (single files, not folders)
Mantis Bug Tracker
mantis at public.kitware.com
Wed May 25 03:46:15 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=12223
======================================================================
Reported By: wAy
Assigned To:
======================================================================
Project: CMake
Issue ID: 12223
Category: CMake
Reproducibility: always
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-05-25 03:46 EDT
Last Modified: 2011-05-25 03:46 EDT
======================================================================
Summary: Support of linked resources in Eclipse/CDT (single
files, not folders)
Description:
When you´d like to add a single file that is placed outside the regular source
folder, you can use the "linked resource" function of Eclipse/CDT.
Using this you will get a link to a single file within your project, that can be
edited, compiled, etc. as if it was in your source folder.
At the moment it (seems that it(?)) isn´t possible to create links when using
CMake to create a Eclipse project. The files will be compiled, as they should,
but you won´t be able to see them in the Eclipse project explorer.
Steps to Reproduce:
e.g. add_library( foo A_FILE_OUTSIDE_OF_THE_REGULAR_SOURCE_FOLDER)
cmake -G "Eclipse CDT4 - Unix Makefiles"
File->Import->Existing Projects into Workspace
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-05-25 03:46 wAy New Issue
======================================================================
More information about the cmake-developers
mailing list