Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Added dub.json for easy building with DUB
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Sep 25, 2015
1 parent 90ad422 commit d55c872
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"description": "Build automation tool for D",
"authors": [
"Timur Gafarov"
],
"license": "Boost",
"homepage": "http://github.com/gecko0307/cook2",
"name": "cook",
"importPaths": [
"."
],
"buildRequirements":[
"allowWarnings"
],
"configurations": [
{
"name": "application",
"targetType": "executable",
"sourcePaths": ["."]
}
]
}

0 comments on commit d55c872

Please sign in to comment.