llvm-for-llvmta/lib/Transforms/HelloNew/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

11 lines
125 B
CMake

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