Add SetAsync=false; not sure of the real effect now.
[llgdb.git] / src / CMakeLists.txt
1 add_executable(llgdb
2   LLGDBMain.cpp
3 )
4
5 target_link_libraries(llgdb lldb LLVM readline)