[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / mlir / unittests / Parser / CMakeLists.txt
blobf5646ff3f2c34598e1b1d89b83b6f9415e84dc3d
1 add_mlir_unittest(MLIRParserTests
2   ParserTest.cpp
3   ResourceTest.cpp
5   DEPENDS
6   MLIRTestInterfaceIncGen
8 target_include_directories(MLIRParserTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
10 target_link_libraries(MLIRParserTests PRIVATE
11   MLIRIR
12   MLIRParser
13   MLIRTestDialect