[examples] Fix CMakefiles for JITLink and OrcError library refactoring

The examples need explicit library dependencies when building with
BUILD_SHARED_LIBS=on
This commit is contained in:
Stephen Neuendorffer 2019-10-25 15:49:41 -07:00
parent f4c26d993b
commit 27f2e9ab1c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
JITLink
OrcJIT
Support
nativecodegen