Jeroen
Jeroen

Reputation: 16865

How do I add real folders to my Netbeans C project?

How do I add real folders to my C project in Netbeans. I know I can make 'logical' directories but I'd like to also have my files sorted in directories while browsing trough the filesystem.

Adding a folder using "New->Folder" creates a folder in the filesystem, but all files located in it are displayed as if they were in the root inside Netbeans. The folder is not displayed at all.

Does anyone know how to do this? Is it even possible?

Upvotes: 1

Views: 133

Answers (1)

CharlesX
CharlesX

Reputation: 448

your folder must contain a Makefile

Upvotes: 1

Related Questions