llvm-6502/examples/ModuleMaker/CMakeLists.txt
2008-09-26 19:48:03 +00:00

6 lines
88 B
CMake

set(LLVM_LINK_COMPONENTS bitwriter)
add_llvm_example(ModuleMaker
ModuleMaker.cpp
)