From f35e4886d4036a90617305003959b8b9e6b62f43 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 26 Jun 2024 11:35:59 +0200 Subject: consistent CMakeLists.txt indents --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1ec0cc6..330f497 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,7 +13,7 @@ add_executable(test pbdrv/pb-route.c pbdrv/msg.cpp pbdrv/mod.c - ) +) add_subdirectory(lib/googletest) add_subdirectory(lib/pbdrv) @@ -25,5 +25,5 @@ target_link_libraries(test i2ctcp mpack pbdrv-mod - ) +) -- cgit v1.2.3