summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2017-10-19 17:01:55 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2017-10-19 17:01:55 +0100
commitfe4e60b66c1aeccb373b013bfd8396ce413d9d3e (patch)
tree9b270b597aec06dd6a729fb5888b82a4da7bde39 /CMakeLists.txt
parent97f96692db91473b4bc9387994860baadab13e6a (diff)
downloadregularization-fe4e60b66c1aeccb373b013bfd8396ce413d9d3e.tar.gz
regularization-fe4e60b66c1aeccb373b013bfd8396ce413d9d3e.tar.bz2
regularization-fe4e60b66c1aeccb373b013bfd8396ce413d9d3e.tar.xz
regularization-fe4e60b66c1aeccb373b013bfd8396ce413d9d3e.zip
First commit of CMakeLists.txt
attempt to use CMake to create the build environment
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..7eb7185
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,4 @@
+#
+cmake_minimum_required(3.0.2 FATAL_ERROR)
+
+project(FISTA) \ No newline at end of file