Reformat by clang-format.
[llgdb.git] / src / CMakeLists.txt
1 add_executable(llgdb
2   LLGDBMain.cpp
3 )
4
5 target_link_libraries(llgdb lldb LLVM readline)