Steve Naroff | a1c7284 | 2009-08-28 15:28:48 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
Steve Naroff | a1c7284 | 2009-08-28 15:28:48 +0000 | [diff] [blame] | 3 | add_clang_executable(c-index-test |
4 | c-index-test.c | ||||
5 | ) | ||||
Douglas Gregor | 084a654 | 2009-10-05 22:29:42 +0000 | [diff] [blame] | 6 | |
Michael J. Spencer | 0881f4a | 2010-09-10 21:13:16 +0000 | [diff] [blame^] | 7 | target_link_libraries(c-index-test |
8 | libclang | ||||
9 | ) | ||||
10 | |||||
Douglas Gregor | 084a654 | 2009-10-05 22:29:42 +0000 | [diff] [blame] | 11 | set_target_properties(c-index-test |
12 | PROPERTIES | ||||
13 | LINKER_LANGUAGE CXX) | ||||
14 |