CMakeLists.txt 155 字节
Newer Older
1 2 3 4 5 6
if(WITH_CUSTOM_DEVICE)
  cc_library(
    custom_device_resource_pool
    SRCS custom_device_resource_pool.cc
    DEPS gflags glog enforce monitor)
endif()