X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FOption%2FCMakeLists.txt;h=8eb086028da467e0d502b7d89f5260517f75c9a7;hb=6e961aa243f223ddb704ce708056238d7c1d7e24;hp=2e7acc27a534acfcf87d4718d96d4e45d9107c88;hpb=96a564f2beec8c1930f0640844eec433e03bbce8;p=oota-llvm.git diff --git a/lib/Option/CMakeLists.txt b/lib/Option/CMakeLists.txt index 2e7acc27a53..8eb086028da 100644 --- a/lib/Option/CMakeLists.txt +++ b/lib/Option/CMakeLists.txt @@ -3,6 +3,7 @@ add_llvm_library(LLVMOption ArgList.cpp Option.cpp OptTable.cpp - ) -target_link_libraries(LLVMOption LLVMSupport) + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/Option + )