manually format

This commit is contained in:
ebbit1q 2025-10-03 19:19:24 +02:00
parent 1beeb58609
commit 749874c953

View file

@ -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