CMakeLists.txt 95 字节
Newer Older
1
add_subdirectory(lib)
2

3
cc_library(pten_hapi SRCS all.cc DEPS linalg_api math_api creation_api)