diff options
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 - ) +) |