diff options
Diffstat (limited to 'unittests/Lex/Makefile')
-rw-r--r-- | unittests/Lex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unittests/Lex/Makefile b/unittests/Lex/Makefile index bb9c6bc..fa233ce 100644 --- a/unittests/Lex/Makefile +++ b/unittests/Lex/Makefile @@ -9,7 +9,8 @@ CLANG_LEVEL = ../.. TESTNAME = Lex -LINK_COMPONENTS := support mc -USEDLIBS = clangLex.a clangBasic.a +LINK_COMPONENTS := mcparser support mc +USEDLIBS = clangParse.a clangSema.a clangAnalysis.a clangEdit.a \ + clangAST.a clangLex.a clangBasic.a include $(CLANG_LEVEL)/unittests/Makefile |