I have made a new project in a clean eclipse installation and imported a lot of source and header files into a source directory.
Some of the source files are libraries, some have a main method and are supposed to be compiled into an executable.
How can I indicate which source files are supposed to be executables? Should I make different build projects?