From fe4e60b66c1aeccb373b013bfd8396ce413d9d3e Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Thu, 19 Oct 2017 17:01:55 +0100 Subject: First commit of CMakeLists.txt attempt to use CMake to create the build environment --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CMakeLists.txt 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 -- cgit v1.2.3