|
Lines 82-87
Link Here
|
| 82 |
) |
82 |
) |
| 83 |
endif () |
83 |
endif () |
| 84 |
|
84 |
|
|
|
85 |
# We need to include the llvm components we depend on manually, as liblldb does |
| 86 |
# not re-export those. |
| 87 |
set(LLVM_LINK_COMPONENTS Support) |
| 85 |
add_lldb_executable(lldb-mi ${LLDB_MI_SOURCES}) |
88 |
add_lldb_executable(lldb-mi ${LLDB_MI_SOURCES}) |
| 86 |
|
89 |
|
| 87 |
target_link_libraries(lldb-mi liblldb) |
90 |
target_link_libraries(lldb-mi liblldb) |
|
Lines 89-96
Link Here
|
| 89 |
target_link_libraries(lldb-mi pthread) |
92 |
target_link_libraries(lldb-mi pthread) |
| 90 |
endif () |
93 |
endif () |
| 91 |
|
94 |
|
| 92 |
llvm_config(lldb-mi ${LLVM_LINK_COMPONENTS}) |
|
|
| 93 |
|
| 94 |
set_target_properties(lldb-mi PROPERTIES VERSION ${LLDB_VERSION}) |
95 |
set_target_properties(lldb-mi PROPERTIES VERSION ${LLDB_VERSION}) |
| 95 |
|
96 |
|
| 96 |
install(TARGETS lldb-mi |
97 |
install(TARGETS lldb-mi |