summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-08-22 06:42:25 +0000
committerritsuka <[email protected]>2014-08-22 06:42:25 +0000
commit660204486470b549528c674a5e4702aabb489e63 (patch)
tree39cd38758188d28da9403e9efdf8e772168c921e
parenta13b937ba09ca5c29ef633114b0880a4f1213f0e (diff)
Added back two files Xcode killed on its own in the previous commit
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6342 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--contrib/cmake/module.defs9
-rw-r--r--contrib/cmake/module.rules2
2 files changed, 11 insertions, 0 deletions
diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs
new file mode 100644
index 000000000..c4f0ddf68
--- /dev/null
+++ b/contrib/cmake/module.defs
@@ -0,0 +1,9 @@
+$(eval $(call import.MODULE.defs,CMAKE,cmake))
+$(eval $(call import.CONTRIB.defs,CMAKE))
+
+CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.0.1.tar.gz
+
+CMAKE.CONFIGURE.deps =
+CMAKE.CONFIGURE.shared =
+CMAKE.CONFIGURE.static =
+CMAKE.CONFIGURE.extra = --no-qt-gui
diff --git a/contrib/cmake/module.rules b/contrib/cmake/module.rules
new file mode 100644
index 000000000..fb046bdb9
--- /dev/null
+++ b/contrib/cmake/module.rules
@@ -0,0 +1,2 @@
+$(eval $(call import.MODULE.rules,CMAKE))
+$(eval $(call import.CONTRIB.rules,CMAKE))