comparison examples/ModuleMaker/CMakeLists.txt @ 33:e4204d083e25 LLVM3.5

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
1:f783a2dd24b1 33:e4204d083e25
1 set(LLVM_LINK_COMPONENTS bitwriter) 1 set(LLVM_LINK_COMPONENTS
2 BitWriter
3 Core
4 Support
5 )
2 6
3 add_llvm_example(ModuleMaker 7 add_llvm_example(ModuleMaker
4 ModuleMaker.cpp 8 ModuleMaker.cpp
5 ) 9 )