view llvm/examples/HowToUseLLJIT/CMakeLists.txt @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 1f2b6ac9f198
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  Core
  OrcJIT
  Support
  nativecodegen
  )

add_llvm_example(HowToUseLLJIT
  HowToUseLLJIT.cpp
  )