diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-14 19:31:20 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-14 19:31:20 +0200 |
commit | dbe08a8cd3d29cee7ba1adae4841c0a831784f31 (patch) | |
tree | 88a080b298ec60669fe4a0eecf28b4c96675d267 /lib/pbdrv/CMakeLists.txt | |
parent | 33ff43ccd7c619f885b3dd4e9a2e0ffe7ed0875c (diff) |
puzzle bus message routing functions
Diffstat (limited to 'lib/pbdrv/CMakeLists.txt')
-rw-r--r-- | lib/pbdrv/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pbdrv/CMakeLists.txt b/lib/pbdrv/CMakeLists.txt index ce77d43..b048ec7 100644 --- a/lib/pbdrv/CMakeLists.txt +++ b/lib/pbdrv/CMakeLists.txt @@ -25,6 +25,7 @@ target_include_directories(pbdrv SYSTEM INTERFACE .) add_library(pbdrv-mod STATIC pb-mod.c pb-send.c + pb-route.c ) target_link_libraries(pbdrv-mod pbdrv) target_include_directories(pbdrv-mod SYSTEM INTERFACE .) |