Files
qt-creator/tests/auto/valgrind/CMakeLists.txt
Christian Stenger 7d69b5b208 Tests: Provide valgrind testapps in cmake build
Change-Id: I4ec94504e3d2265d066434e118ab2eae6279a42f
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2022-06-17 11:49:55 +00:00

5 lines
75 B
CMake

add_subdirectory(callgrind)
if (UNIX)
add_subdirectory(memcheck)
endif()