6 lines
175 B
CMake
6 lines
175 B
CMake
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
# Licensed under the MIT License.
|
||
|
|
||
|
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
|
||
|
add_subdirectory(ConnEx)
|
||
|
endif()
|