Is it possible to compile multiple contracts in the same project? It appears only the first .cpp file is taken into account at the moment.
EDIT:
Just want to expand on this, hopefully I'm missing something obvious, I'd like to be able to have multiple contract files in the /src folder of a project and have them all built & output to the /build folder. At the moment i seems as though you have to create a new project for each contract. This isn't great for source control purposes, or project management in general.
Is it possible to compile multiple contracts in the same project? It appears only the first .cpp file is taken into account at the moment.
EDIT:
Just want to expand on this, hopefully I'm missing something obvious, I'd like to be able to have multiple contract files in the /src folder of a project and have them all built & output to the /build folder. At the moment i seems as though you have to create a new project for each contract. This isn't great for source control purposes, or project management in general.