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

set(CMAKE_C_COMPILER gcc)
set(CMAKE_CXX_COMPILER g++)
set(CMAKE_AR ar)
set(CMAKE_LINKER gcc)

include(cocoplugin.cmake)