blob: a4efcb6add805b4863ba00ccd23bc0bdf6237b82 [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
Christophe Favergeon0e8d15c2020-10-13 10:51:13 +020015if ((MSVC) OR (HOST))
Christophe Favergeon918f7632019-07-31 07:41:45 +020016 function(compilerSpecificCompileOptions PROJECTNAME ROOT)
17 endfunction()
Christophe Favergeon3b2a0ee2019-06-12 13:29:14 +020018endif()