CMakeLists.txt 200 字节
Newer Older
Y
Yan Chunwei 已提交
1 2 3 4
if (NOT LITE_WITH_PROFILE)
  return()
endif()

5
lite_cc_library(basic_profiler SRCS basic_profiler.cc DEPS gflags)
Y
Yan Chunwei 已提交
6 7 8
lite_cc_test(test_basic_profiler SRCS basic_profiler_test.cc DEPS basic_profiler)