View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012294CMakeCMakepublic2011-06-21 09:322011-10-23 09:09
ReporterGaleazzi 
Assigned ToAlex Neundorf 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0012294: Sources outside of source directory aren't included in Eclipse Project view
DescriptionSuppose to have a CMakeLists.txt including a file with the following path:
../foo.c
This file won't be displayed in the Eclipse Project view.
Steps To ReproduceCreate an Eclipse Project with the above structure.
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0012223closedAlex Neundorf Support of linked resources in Eclipse/CDT (single files, not folders) 

  Notes
(0027348)
David Cole (manager)
2011-09-05 12:06

Why do you need sources outside of your source directory to show up in Eclipse as if they *were* in your source directory.....? (Just curious, really, I'm sure you have a valid use case.)
(0027351)
Galeazzi (reporter)
2011-09-05 12:46

Because I need to edit the sources by eclipse, not only to make a build, so I'd like to browse them in the eclipse layout, just as VS does.
(0027628)
Alex Neundorf (developer)
2011-10-23 09:09

The generated projects now contain a virtual folder [Targets], which contains a virtual folder for each target. Each target then contains links to all its source files, so you should be able to find them there.

This is now in the "next" branch of cmake and should be in 2.8.7.

Please give it a try and let me know if you find problems with this.

 Issue History
Date Modified Username Field Change
2011-06-21 09:32 Galeazzi New Issue
2011-09-05 12:05 David Cole Assigned To => Alex Neundorf
2011-09-05 12:05 David Cole Status new => assigned
2011-09-05 12:06 David Cole Note Added: 0027348
2011-09-05 12:46 Galeazzi Note Added: 0027351
2011-09-30 14:56 Alex Neundorf Relationship added duplicate of 0012223
2011-10-23 09:09 Alex Neundorf Note Added: 0027628
2011-10-23 09:09 Alex Neundorf Status assigned => closed
2011-10-23 09:09 Alex Neundorf Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team