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

3
cc_library(pten_api SRCS all.cc DEPS pten_function_api utils_api)