From 82d408374c8ece8f13b50b93ff24ab9633de14f0 Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周二, 05 8月 2014 04:58:22 +0800
Subject: [PATCH] windows bootstrap 1

---
 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