CMakeLists.txt 118 字节
Newer Older
1
add_subdirectory(lib)
2
cc_library(phi_api SRCS all.cc DEPS phi_function_api phi_bw_function_api manual_api sparse_api)