From 91726809f9e97d8d4fb7b6c0642234ff96535bdd Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 28 Aug 2022 12:41:53 -0500 Subject: add channel_init() and channel_reset() --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c631e11..76ef10d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ endif() if (MOSSROSE_BUILD_TESTS) add_executable(test) + target_link_libraries(test plibsys) endif() -- cgit v1.2.1