CMakeLists.txt 82 字节
Newer Older
Z
zhangbo9674 已提交
1
if(NOT WITH_IR)
2 3 4
  return()
endif()

5
add_subdirectory(core)
6
add_subdirectory(pass)