CMakeLists.txt 83 字节
Newer Older
1 2 3 4 5 6 7 8
cc_test_old(
  test_if_op
  SRCS
  if_op_test.cc
  DEPS
  ir
  pd_dialect
  gtest)