diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 11:35:59 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 11:35:59 +0200 |
commit | f35e4886d4036a90617305003959b8b9e6b62f43 (patch) | |
tree | 9db3bd37153bd09a77654c2207975212e6b11068 /test | |
parent | c3fee7eacd55a3f660f801b6be16bfe67baf4bfa (diff) |
consistent CMakeLists.txt indents
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 - ) +) |