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

set(CMAKE_C_COMPILER clang)
set(CMAKE_CXX_COMPILER clang++)
set(CMAKE_AR ar)
set(CMAKE_LINKER clang)

include(cocoplugin.cmake)