Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: tools/clang/CMakeLists.txt

Issue 1639663003: Clean up rewrite_to_chrome_style naming logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More comprehensive fixes Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/clang/CMakeLists.txt
diff --git a/tools/clang/CMakeLists.txt b/tools/clang/CMakeLists.txt
index 21b5a9fcea7b3858f94f063bec8eefec465cf313..7f5a88b1b249036a892a01963a954f3fb731dae5 100644
--- a/tools/clang/CMakeLists.txt
+++ b/tools/clang/CMakeLists.txt
@@ -21,7 +21,8 @@ endif()
include_directories("${CMAKE_SOURCE_DIR}/include"
"${CMAKE_SOURCE_DIR}/tools/clang/include"
"${CMAKE_BINARY_DIR}/include"
- "${CMAKE_BINARY_DIR}/tools/clang/include")
+ "${CMAKE_BINARY_DIR}/tools/clang/include"
+ "${CMAKE_CURRENT_SOURCE_DIR}/../..")
link_directories("${CMAKE_SOURCE_DIR}/lib"
"${CMAKE_SOURCE_DIR}/tools/clang/lib"

Powered by Google App Engine
This is Rietveld 408576698