llvm-for-llvmta/lib/Transforms/HelloNew/CMakeLists.txt

11 lines
125 B
CMake

add_llvm_component_library(LLVMHelloNew
HelloWorld.cpp
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Core
Support
)