8 lines
120 B
CMake
8 lines
120 B
CMake
add_lldb_unittest(EditlineTests
|
|
EditlineTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbHost
|
|
lldbUtility
|
|
LLVMTestingSupport
|
|
)
|