On 2013-12-23 10:52, Jacob Carlborg wrote:

You need to add a package.json file to your project.

http://code.dlang.org/package-format

I accidentally sent the above message too soon.

You either need to explicitly set the target type[1] to "executable" or make sure your project works with "autodetect". Add the GtkD package as a dependency[2].

[1] http://code.dlang.org/package-format#target-types
[2] http://code.dlang.org/package-format#build-settings

--
/Jacob Carlborg

Reply via email to