Mercurial > hg > CbC > CbC_llvm
view tools/llvm-c-test/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 | 54457678186b |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} BitReader Core MCDisassembler Object Target ) if (LLVM_COMPILER_IS_GCC_COMPATIBLE) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -Wstrict-prototypes") endif () add_llvm_tool(llvm-c-test calc.c disassemble.c helpers.c include-all.c main.c module.c object.c targets.c )