From 8edd6fde5bbccb1e2d4cb6f2f37ef4c701c5cd6e Mon Sep 17 00:00:00 2001
From: ilor <kailoran@gmail.com>
Date: Tue, 25 Sep 2012 19:50:53 +0200
Subject: [PATCH] only build tests on unix

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3130ab4..ffe547e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,5 +44,7 @@ endif(CMAKE_COMPILER_IS_GNUCXX)
 find_package(Boost 1.41 REQUIRED COMPONENTS program_options filesystem system regex)
 
 add_subdirectory(libtoki)
+if(UNIX)
 add_subdirectory(tests)
+endif(UNIX)
 add_subdirectory(toki-app)
-- 
GitLab