From 749874c953512ee7ebe3275ee245d0ee13e6f8c0 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Fri, 3 Oct 2025 19:19:24 +0200 Subject: [PATCH] manually format --- tests/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 64fc2aafa..0c0b542b7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -32,7 +32,9 @@ if(NOT GTEST_FOUND) endif() # Add gtest directly to our build - add_subdirectory(${CMAKE_BINARY_DIR}/gtest-src ${CMAKE_BINARY_DIR}/gtest-build EXCLUDE_FROM_ALL) + add_subdirectory( + ${CMAKE_BINARY_DIR}/gtest-src ${CMAKE_BINARY_DIR}/gtest-build EXCLUDE_FROM_ALL + ) # Add the gtest include directory, since gtest # doesn't add that dependency to its gtest target