aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coco/files/cocoplugin-visualstudio.cmake
blob: d72f74db8823d2b2048ad991a312e85737ec5a9f (plain)
1
2
3
4
5
6
7
8
# Created by the Coco Qt Creator plugin. Do not edit!

set(CMAKE_C_COMPILER cl)
set(CMAKE_CXX_COMPILER cl)
set(CMAKE_AR lib)
set(CMAKE_LINKER link)

include(cocoplugin.cmake)