OpenGrok
Cross Reference: CMakeLists.txt
xref
: /
external
/
llvm
/
examples
/
ModuleMaker
/
CMakeLists.txt
Home
|
History
|
Annotate
|
Download
|
only in
ModuleMaker
1
set(LLVM_LINK_COMPONENTS bitwriter)
2
3
add_llvm_example(ModuleMaker
4
ModuleMaker.cpp
5
)
6