llvm-project/llvm/lib/Transforms/HelloNew/CMakeLists.txt

11 lines
125 B
CMake
Raw Normal View History

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