From 1922d8c2cf7dcaacafd17394849577794b1f10eb Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周六, 13 9月 2014 06:24:55 +0800
Subject: [PATCH] signature windows

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