CMakeLists.txt 267 字节
Newer Older
L
liaogang 已提交
1
cc_library(cpu_info SRCS cpu_info.cc DEPS gflags)
L
liaogang 已提交
2
cc_test(cpu_info_test SRCS cpu_info_test.cc DEPS cpu_info gflags glog)
L
liaogang 已提交
3

L
liaogang 已提交
4
nv_library(gpu_info SRCS gpu_info.cc DEPS gflags)
5

F
fengjiayi 已提交
6
cc_library(place SRCS place.cc)
L
liaogang 已提交
7
cc_test(place_test SRCS place_test.cc DEPS place glog gflags)