Skip to content

Commit

Permalink
Fix building against LLVM/Clang 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Mar 27, 2019
1 parent 2b0acbd commit 669aa16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ find_package(Clang REQUIRED)
list(APPEND PRIVATE_LIBRARIES
clangTooling
clangFrontend
clangSerialization
clangSema
clangAST
clangLex
clangSema
clangBasic
LLVM)

Expand Down

0 comments on commit 669aa16

Please sign in to comment.