10 lines
177 B
CMake
10 lines
177 B
CMake
|
|
add_lldb_unittest(InterpreterTests
|
||
|
|
TestCompletion.cpp
|
||
|
|
TestOptionArgParser.cpp
|
||
|
|
TestOptionValueFileColonLine.cpp
|
||
|
|
|
||
|
|
LINK_LIBS
|
||
|
|
lldbInterpreter
|
||
|
|
lldbUtilityHelpers
|
||
|
|
)
|