repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
mlir
/
unittests
/
Parser
/
CMakeLists.txt
blob
f5646ff3f2c34598e1b1d89b83b6f9415e84dc3d
1
add_mlir_unittest(MLIRParserTests
2
ParserTest.cpp
3
ResourceTest.cpp
4
5
DEPENDS
6
MLIRTestInterfaceIncGen
7
)
8
target_include_directories(MLIRParserTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
9
10
target_link_libraries(MLIRParserTests PRIVATE
11
MLIRIR
12
MLIRParser
13
MLIRTestDialect
14
)