Files
qt-creator/tests/unit/CMakeLists.txt

13 lines
200 B
CMake
Raw Normal View History

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)