From ef84976d556bc5ff20040f1e11980798cf7815e9 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周五, 08 8月 2014 15:34:25 +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