blob: fb31858bed1c1911a918c68f206c7854c2e4eb98 [file] [log] [blame]
Christophe Favergeon3b2a0ee2019-06-12 13:29:14 +02001SET(COMPILERVERSION "")
Christophe Favergeonc4c34802019-09-24 14:05:01 +02002
Christophe Favergeon3b2a0ee2019-06-12 13:29:14 +02003if (ARMAC6)
4 include(Toolchain/AC6)
5endif()
6
Christophe Favergeonc4c34802019-09-24 14:05:01 +02007if (ARMAC5)
8 include(Toolchain/AC5)
9endif()
10
Christophe Favergeon3b2a0ee2019-06-12 13:29:14 +020011if (GCC)
12 include(Toolchain/GCC)
Christophe Favergeon918f7632019-07-31 07:41:45 +020013endif()
14
15if (MSVC)
16 function(compilerSpecificCompileOptions PROJECTNAME ROOT)
17 endfunction()
Christophe Favergeon3b2a0ee2019-06-12 13:29:14 +020018endif()