Steve Naroff | 5039819 | 2009-08-28 15:28:48 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
Douglas Gregor | ec9bf47 | 2010-09-09 15:44:58 +0000 | [diff] [blame] | 3 | set(LLVM_USED_LIBS libclang) |
Steve Naroff | 5039819 | 2009-08-28 15:28:48 +0000 | [diff] [blame] | 4 | |
5 | set( LLVM_LINK_COMPONENTS | ||||
6 | bitreader | ||||
7 | mc | ||||
Daniel Dunbar | 467f030 | 2009-12-02 21:47:55 +0000 | [diff] [blame] | 8 | core |
Steve Naroff | 5039819 | 2009-08-28 15:28:48 +0000 | [diff] [blame] | 9 | ) |
10 | |||||
11 | add_clang_executable(c-index-test | ||||
12 | c-index-test.c | ||||
13 | ) | ||||
Douglas Gregor | 9a3dcf2 | 2009-10-05 22:29:42 +0000 | [diff] [blame] | 14 | |
15 | set_target_properties(c-index-test | ||||
16 | PROPERTIES | ||||
17 | LINKER_LANGUAGE CXX) | ||||
18 |