summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_cmake/toolchains/cl.cmake
blob: d6467238ce3d0aaba56149b37e3dc5fb537ef1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Public Domain 2014-present MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#  All rights reserved.
#
# See the file LICENSE for redistribution information.
#

cmake_minimum_required(VERSION 3.10.0)

set(CMAKE_C_COMPILER "cl.exe")
set(CMAKE_CXX_COMPILER "cl.exe")
set(CMAKE_ASM_COMPILER "cl.exe")