Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Modules / Compiler / TI-ASM.cmake
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> <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>")
7
8 set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm;s;abs)