Skip to content

Commit

Permalink
Add missing link libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored and sftnight committed Jul 27, 2018
1 parent 0b22602 commit 19915ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/libcling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set(SOURCES
)

set(LIBS
clangAnalysis
clangDriver
clangFrontend
clangParse
Expand All @@ -20,13 +21,15 @@ set(LIBS
clangSerialization
clangCodeGen
clangBasic
clangEdit

clingUtils
)

set( LLVM_LINK_COMPONENTS
analysis
core
coverage
executionengine
ipo
mc
Expand Down

0 comments on commit 19915ff

Please sign in to comment.