aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 17:34:20 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-18 17:34:20 +0200
commit35129b2ba8e416f99f4095d93ae748762b0e36fb (patch)
treea73bfc17eec64713238a3cab980e5e5973051984 /lib
parent3f3bef9c6bf0b9143da80e4b4363eb0362fb91c9 (diff)
main controller firmware compiling again
Diffstat (limited to 'lib')
-rw-r--r--lib/pbdrv/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pbdrv/CMakeLists.txt b/lib/pbdrv/CMakeLists.txt
index a973406..91932b8 100644
--- a/lib/pbdrv/CMakeLists.txt
+++ b/lib/pbdrv/CMakeLists.txt
@@ -25,6 +25,10 @@ add_library(pbdrv OBJECT
target_include_directories(pbdrv SYSTEM INTERFACE .)
target_link_libraries(pbdrv mpack)
+# TODO: pbdrv-mod should ideally only include sources specific to it, and link
+# 'plain' pbdrv to provide the other functions. this seems to cause linker
+# errors and I don't know why
+
# puzzle bus *module* specific code
add_library(pbdrv-mod OBJECT
pb-msg.c