]> git.proxmox.com Git - ceph.git/blame - ceph/src/rgw/store/dbstore/tests/CMakeLists.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / store / dbstore / tests / CMakeLists.txt
CommitLineData
20effc67
TL
1cmake_minimum_required(VERSION 3.14.0)
2project(dbstore-tests)
3
4set (CMAKE_LINK_LIBRARIES ${CMAKE_LINK_LIBRARIES} gtest)
5
6set(dbstore_tests_srcs
7 dbstore_tests.cc)
8
9include_directories(${CMAKE_INCLUDE_DIR})
10
11add_executable(unittest_dbstore_tests ${dbstore_tests_srcs})
12target_link_libraries(unittest_dbstore_tests ${CMAKE_LINK_LIBRARIES})
13add_ceph_unittest(unittest_dbstore_tests)