From 8024cd4bba5c679b147bb70515de8ad751df018f Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 23 Oct 2021 21:33:19 +0200 Subject: Fixed missing compile object for memory in library --- library/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'library') diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index e35c1f4..28ccbb1 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -2,6 +2,7 @@ project(library CXX) add_library(${PROJECT_NAME} SHARED src/client.cpp src/gpio.cpp + src/memory.cpp ) target_link_libraries(${PROJECT_NAME} PUBLIC rpclib::rpc -- cgit v1.1