Chris Bieneman 1751311a87 [CMake] Update unit tests with accurate dependencies
This is extending the updates from r293696 to the LLDB unit tests.

llvm-svn: 293821
2017-02-01 22:17:00 +00:00

8 lines
116 B
CMake

add_lldb_unittest(ExpressionTests
GoParserTest.cpp
LINK_LIBS
lldbCore
lldbPluginExpressionParserGo
)