From 2212ba5c437895c8d0623cb63cd4f82900f46130 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Thu, 13 Jul 2017 10:12:46 -0700 Subject: [PATCH] win32 only --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d5b58b..a3d1d8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,9 +23,9 @@ add_library(rapidjson STATIC IMPORTED ${RAPIDJSON}) add_subdirectory(src) add_subdirectory(examples/simple) -add_subdirectory(examples/simpleSync) if(WIN32) + add_subdirectory(examples/simpleSync) add_subdirectory(examples/simplest) endif(WIN32)