blob: 9d395567961a367cd56597969858219766611111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
find_package(GoogleBenchmark MODULE)
if (NOT TARGET Googletest)
return()
endif()
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(IMPLICIT_DEPENDS Qt::Test)
add_subdirectory(tests)
add_subdirectory(tools)
|