9 lines
110 B
CMake
9 lines
110 B
CMake
add_lldb_unittest(EditlineTests
|
|
EditlineTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbUtility
|
|
)
|