init; based on: https://github.com/lldb-tools/lldb-mi
[llgdb.git] / src / CMakeLists.txt
1 add_executable(llgdb
2   LLGDBMain.cpp
3 )
4
5 target_link_libraries(llgdb lldb LLVM readline)