File: CMakeLLAsmInformation.cmake

package info (click to toggle)
libclc 0.2.0%2Bgit20190827-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,492 kB
  • sloc: lisp: 13,323; ansic: 2,435; python: 640; cpp: 93; sh: 29; makefile: 10; pascal: 7
file content (11 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
if(NOT CMAKE_LLAsm_COMPILE_OBJECT)
  set(CMAKE_LLAsm_COMPILE_OBJECT
	  "${CMAKE_LLAsm_PREPROCESSOR} -E -P  <DEFINES> <INCLUDES> <FLAGS> -x cl  <SOURCE> -o - | <CMAKE_LLAsm_COMPILER> -o <OBJECT> ")
endif()

if(NOT CMAKE_LLAsm_CREATE_STATIC_LIBRARY)
  set(CMAKE_LLAsm_CREATE_STATIC_LIBRARY
    "<CMAKE_LLAsm_ARCHIVE> <LINK_FLAGS> -o <TARGET> <OBJECTS>")
endif()

set(CMAKE_INCLUDE_FLAG_LLAsm "-I")