7 lines
90 B
CMake
7 lines
90 B
CMake
|
add_llvm_component_library(LLVMExtensions
|
||
|
Extensions.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|