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

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