From 1ae5de2f59799a5d02e64cfa36bd1d3b36827f43 Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周三, 13 8月 2014 16:21:41 +0800
Subject: [PATCH] build linux

---
 src/bootstrap/CMakeLists.txt |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/bootstrap/CMakeLists.txt b/src/bootstrap/CMakeLists.txt
index 743deeb..1925a07 100644
--- a/src/bootstrap/CMakeLists.txt
+++ b/src/bootstrap/CMakeLists.txt
@@ -1,9 +1,12 @@
 
+if(WIN32)
+	add_subdirectory(win)
+else(WIN32)
 add_executable(
  bootstrap
- bootstrap.cpp
+ bootstrap_linux.cpp
 )
-
+ENDIF(WIN32)
 
 SET_TARGET_PROPERTIES(bootstrap PROPERTIES LINK_SEARCH_START_STATIC ON)
 SET_TARGET_PROPERTIES(bootstrap PROPERTIES LINK_SEARCH_END_STATIC OFF)

--
Gitblit v1.9.1