diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 311bbfb..a4015a8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,6 +9,7 @@ project(pbtest C CXX ASM) add_executable(test # i2ctcp/main.cpp pbdrv/write.cpp + pbdrv/read.cpp ) add_subdirectory(lib/googletest) |