[CMake] Add explicit dependencies for ObjectFileELF tests

llvm-svn: 294372
This commit is contained in:
Chris Bieneman 2017-02-07 23:33:58 +00:00
parent 7a7db848cb
commit bc9d0cd925
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
add_lldb_unittest(ObjectFileELFTests
TestELFHeader.cpp
LINK_LIBS
lldbPluginObjectFileELF
lldbCore
)