win32 only
This commit is contained in:
parent
b1399f9ed5
commit
2212ba5c43
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue