summaryrefslogtreecommitdiff
path: root/src/components/policy/test/policy/usage_statistics/CMakeLists.txt
blob: 25717b4cad658c3e4a9e1bbde1d6025180eea2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_directories(
  include
  ${LOG4CXX_INCLUDE_DIRECTORY}
  ${CMAKE_SOURCE_DIR}/src/components/policy/usage_statistics/include
  ${GMOCK_INCLUDE_DIRECTORY}
)

set(LIBRARIES
  gmock_main
  UsageStatistics
)

set(SOURCES
  src/test_counter.cc
)

create_test("test_counter" "${SOURCES}" "${LIBRARIES}")