mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
5 lines
88 B
CMake
5 lines
88 B
CMake
set(LLVM_LINK_COMPONENTS bitwriter)
|
|
|
|
add_llvm_example(ModuleMaker
|
|
ModuleMaker.cpp
|
|
)
|