File: CMakeLists.txt

package info (click to toggle)
persistent-cache-cpp 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: cpp: 7,757; python: 183; ansic: 91; sh: 34; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
include(FindPkgConfig)
find_package(GMock)
find_package(Boost COMPONENTS system filesystem)

set(TESTLIBS ${LIBNAME} boost_filesystem boost_system leveldb ${GMOCK_LIBRARIES})

add_subdirectory(persistent_cache)
add_subdirectory(persistent_string_cache)
add_subdirectory(internal)

set(UNIT_TEST_TARGETS ${UNIT_TEST_TARGETS} PARENT_SCOPE)