summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/TI.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Compiler/TI.cmake')
-rw-r--r--Modules/Compiler/TI.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/TI.cmake b/Modules/Compiler/TI.cmake
index d59fd49..f631688 100644
--- a/Modules/Compiler/TI.cmake
+++ b/Modules/Compiler/TI.cmake
@@ -8,6 +8,8 @@ if(__COMPILER_TI)
endif()
set(__COMPILER_TI 1)
+include(Compiler/CMakeCommonCompilerMacros)
+
set(__COMPILER_TI_SOURCE_FLAG_C "--c_file")
set(__COMPILER_TI_SOURCE_FLAG_CXX "--cpp_file")
set(__COMPILER_TI_SOURCE_FLAG_ASM "--asm_file")