File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,10 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
184
184
add_subdirectory (src )
185
185
add_subdirectory (examples )
186
186
add_subdirectory (tests )
187
- add_subdirectory (googletest )
187
+
188
+ if (UNIX )
189
+ add_subdirectory (googletest )
190
+ endif (UNIX )
188
191
189
192
message (STATUS "Install directory: ${CMAKE_INSTALL_PREFIX} " )
190
193
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ if(UNIX)
17
17
target_link_libraries (urltest Threads::Threads PCM_STATIC )
18
18
endif (LINUX )
19
19
20
+ add_subdirectory (utests )
20
21
endif (UNIX )
21
22
22
23
if (PCM_FUZZ )
@@ -34,6 +35,4 @@ if(PCM_FUZZ)
34
35
target_link_libraries (pcm-sensor-server-ssl-fuzz Threads::Threads PCM_STATIC ${SSL_LIBS} )
35
36
target_link_libraries (pcm-fuzz Threads::Threads PCM_STATIC )
36
37
target_link_libraries (pcm-memory-fuzz Threads::Threads PCM_STATIC )
37
- endif ()
38
-
39
- add_subdirectory (utests )
38
+ endif ()
You can’t perform that action at this time.
0 commit comments