llvm-project/lldb/unittests/Editline/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
120 B
CMake
Raw Normal View History

add_lldb_unittest(EditlineTests
EditlineTest.cpp
LINK_LIBS
lldbHost
lldbUtility
LLVMTestingSupport
)