diff lib/Option/CMakeLists.txt @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 95c75e76d11b
children
line wrap: on
line diff
--- a/lib/Option/CMakeLists.txt	Mon Sep 08 22:07:30 2014 +0900
+++ b/lib/Option/CMakeLists.txt	Wed Feb 18 14:55:36 2015 +0900
@@ -3,4 +3,7 @@
   ArgList.cpp
   Option.cpp
   OptTable.cpp
+
+  ADDITIONAL_HEADER_DIRS
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Option
   )