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

Side by Side Diff: tools/clang/plugins/CMakeLists.txt

Issue 615083006: Fix clang tooling build on Linux (shim CMake in LLVM tree). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor formatting tweak Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 add_llvm_loadable_module(libFindBadConstructs 1 add_llvm_loadable_module(libFindBadConstructs
2 ChromeClassTester.cpp 2 ChromeClassTester.cpp
3 FindBadConstructsAction.cpp 3 FindBadConstructsAction.cpp
4 FindBadConstructsConsumer.cpp 4 FindBadConstructsConsumer.cpp
5 ) 5 )
6 6
7 install(TARGETS libFindBadConstructs LIBRARY DESTINATION lib) 7 cr_install(TARGETS libFindBadConstructs LIBRARY DESTINATION lib)
8 8
9 cr_add_test(plugins_test 9 cr_add_test(plugins_test
10 ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.sh 10 ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.sh
11 ${LLVM_BUILD_DIR}/bin/clang 11 ${CMAKE_BINARY_DIR}/bin/clang
12 $<TARGET_FILE:libFindBadConstructs> 12 $<TARGET_FILE:libFindBadConstructs>
13 ) 13 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698