How to show every files in code::blocks Projects tab

Viewed 93

In the projects tab I can only see the main.c file

enter image description here

But in this directory I have other files, how do I make them appear on the projects tab? enter image description here

1 Answers

Yes, you can:

  • Select Add files recursively....
  • Select the directory of your project.
  • Add interesting files to your project.

1

enter image description here

Related