add_subdirectory(utils)
cc_library(
  static_prim_api
  SRCS static_prim_api.cc
  DEPS proto_desc static_utils)
