Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer: add cmake to deps
  • Loading branch information
perexg committed Mar 25, 2016
1 parent b2048ac commit dce267b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .doozer.json
Expand Up @@ -4,6 +4,7 @@
"precise-amd64": {
"buildenv": "precise-amd64",
"builddeps": [
"cmake",
"git",
"build-essential",
"pkg-config",
Expand All @@ -27,6 +28,7 @@
"precise-i386": {
"buildenv": "precise-i386",
"builddeps": [
"cmake",
"git",
"build-essential",
"pkg-config",
Expand All @@ -51,6 +53,7 @@
"trusty-amd64": {
"buildenv": "trusty-amd64",
"builddeps": [
"cmake",
"git",
"build-essential",
"pkg-config",
Expand All @@ -74,6 +77,7 @@
"trusty-i386": {
"buildenv": "trusty-i386",
"builddeps": [
"cmake",
"git",
"build-essential",
"pkg-config",
Expand All @@ -98,6 +102,7 @@
"vivid-amd64": {
"buildenv": "vivid-amd64",
"builddeps": [
"cmake",
"git",
"build-essential",
"pkg-config",
Expand All @@ -121,6 +126,7 @@
"vivid-i386": {
"buildenv": "vivid-i386",
"builddeps": [
"cmake",
"git",
"build-essential",
"pkg-config",
Expand Down

0 comments on commit dce267b

Please sign in to comment.