Add missing dependency to cmake system

llvm-svn: 161158
This commit is contained in:
Tobias Grosser 2012-08-02 07:47:37 +00:00
parent c11349c55a
commit 8ea010b6b1
1 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,5 @@ add_polly_library(PollyExchange
${POLLY_OPENSCOP_FILES}
${POLLY_SCOPLIB_FILES}
)
target_link_libraries(PollyExchange PollyJSON)