Skip to content

Commit

Permalink
兼容windows
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Aug 16, 2016
1 parent c35a200 commit 80d2431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/gtest_unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ if (WIN32)
list(REMOVE_ITEM SRC_LIST ${PROJECT_SOURCE_DIR}/fork.cpp)
list(REMOVE_ITEM SRC_LIST ${PROJECT_SOURCE_DIR}/protect.cpp)
list(REMOVE_ITEM SRC_LIST ${PROJECT_SOURCE_DIR}/dns.cpp)
list(REMOVE_ITEM SRC_LIST ${PROJECT_SOURCE_DIR}/dup.cpp)
list(REMOVE_ITEM SRC_LIST ${PROJECT_SOURCE_DIR}/signal.cpp)
endif()

foreach(var ${SRC_LIST})
Expand Down
2 changes: 2 additions & 0 deletions vs_proj/make_vs_projs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

git submodule update --init --recursive

mkdir vs2013/x86 vs2013/x64 vs2015/x86 vs2015/x64 -p

rm vs2013/x86/* -rf
Expand Down

0 comments on commit 80d2431

Please sign in to comment.