mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
9 lines
110 B
CMake
9 lines
110 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitWriter
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_example(ModuleMaker
|
|
ModuleMaker.cpp
|
|
)
|