We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a548a52 commit ef528f1Copy full SHA for ef528f1
Modules/Compiler/TI-ASM.cmake
@@ -1,8 +1,4 @@
1
-set(CMAKE_LIBRARY_PATH_FLAG "--search_path=")
2
-set(CMAKE_LINK_LIBRARY_FLAG "--library=")
3
-set(CMAKE_INCLUDE_FLAG_ASM "--include_path=")
4
-
5
-set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> --compile_only --asm_file=<SOURCE> <DEFINES> <INCLUDES> <FLAGS> --output_file=<OBJECT>")
6
-set(CMAKE_ASM_LINK_EXECUTABLE "<CMAKE_ASM_COMPILER> <OBJECTS> --run_linker --output_file=<TARGET> <CMAKE_ASM_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES>")
+include(Compiler/TI)
+__compiler_ti(ASM)
7
8
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm;s;abs)
0 commit comments