blob: 2b3163e3f524d670d102e7398f426f39e561ebea [file] [log] [blame]
Christophe Favergeon3b2a0ee2019-06-12 13:29:14 +02001SET(COMPILERVERSION "")
2if (ARMAC6)
3 include(Toolchain/AC6)
4endif()
5
6if (GCC)
7 include(Toolchain/GCC)
Christophe Favergeon918f7632019-07-31 07:41:45 +02008endif()
9
10if (MSVC)
11 function(compilerSpecificCompileOptions PROJECTNAME ROOT)
12 endfunction()
Christophe Favergeon3b2a0ee2019-06-12 13:29:14 +020013endif()