repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Smart Lock] Fix a failing DCHECK
[chromium-blink-merge.git]
/
tools
/
clang
/
empty_string
/
CMakeLists.txt
blob
4697a8035d1e7409397384c54944f6caeb0b211c
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
MCParser
4
Option
5
)
6
7
add_llvm_executable(empty_string
8
EmptyStringConverter.cpp
9
)
10
11
target_link_libraries(empty_string
12
clangAST
13
clangASTMatchers
14
clangAnalysis
15
clangBasic
16
clangDriver
17
clangEdit
18
clangFrontend
19
clangLex
20
clangParse
21
clangSema
22
clangSerialization
23
clangTooling
24
)
25
26
cr_install(TARGETS empty_string RUNTIME DESTINATION bin)