File: CheckArm32Assembly.cmake

package info (click to toggle)
libsecp256k1 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,408 kB
  • sloc: ansic: 45,273; python: 772; asm: 736; makefile: 285; sh: 208
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
function(check_arm32_assembly)
  try_compile(HAVE_ARM32_ASM
    ${PROJECT_BINARY_DIR}/check_arm32_assembly
    SOURCES ${PROJECT_SOURCE_DIR}/cmake/source_arm32.s
  )
endfunction()