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

11 lines
125 B
CMake
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMHelloNew
HelloWorld.cpp
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Core
Support
)