This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202618 - enable subdirectory remote build of cmake based project subfolders
Summary: enable subdirectory remote build of cmake based project subfolders
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 01:02 UTC by battletoad
Modified: 2011-09-25 17:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description battletoad 2011-09-25 01:02:06 UTC
if i have on remote linux machine cmake based directory tree so that after generating makefiles in subfolders will be make files for separate binaries i could choose "build" function not only in root project (src) but in subfolders where i have make targets for binaries, just like in kdevelop i can build any subtree target.
Comment 1 Vladimir Voskresensky 2011-09-25 17:54:28 UTC
Can you try the following:
- select mentioned makefile in Project view (or in Files view)
- right click to see popup menu
- select Make Target-> action
does it work for you?