[PATCH] Make it possible to run "cmake . && make" from Yoshimi root dir.

  • From: Kristian Amlie <kristian@xxxxxxxxxx>
  • Date: Sat, 18 Jun 2016 14:54:52 +0200

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 CMakeLists.txt

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..2845f56
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,2 @@
+cmake_minimum_required (VERSION 2.6)
+add_subdirectory(src)
-- 
1.9.1


--------------000102070107070302030702--
Yoshimi source code is available from either: 
http://sourceforge.net/projects/yoshimi
Or: https://github.com/Yoshimi/yoshimi
Our list archive is at: https://www.freelists.org/archive/yoshimi
To post, email to yoshimi@xxxxxxxxxxxxx

Other related posts:

  • » [PATCH] Make it possible to run "cmake . && make" from Yoshimi root dir. - Kristian Amlie