Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2013-10-25 13:46:24 +0400
committerRonan Collobert <ronan@collobert.com>2013-10-25 13:46:24 +0400
commit6b899f452f94fb0f318799dde3799f4fc3d2a400 (patch)
tree1f553db9eaa6b7691e9c84a37317a2f43131b0bb
parent2fdcf388f9e3a3afe15fbfe455244dd4f06ce462 (diff)
added global cmake file
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..b6ff3ff
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,7 @@
+PROJECT(luajit-rocks)
+
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
+CMAKE_POLICY(VERSION 2.6)
+
+ADD_SUBDIRECTORY(luajit)
+ADD_SUBDIRECTORY(luarocks)