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

Summary: enable subdirectory remote build of cmake based project subfolders
Product: cnd Reporter: battletoad
Component: RemoteAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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?