11 lines
125 B
CMake
11 lines
125 B
CMake
add_llvm_component_library(LLVMHelloNew
|
|
HelloWorld.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
Support
|
|
)
|