diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 18:34:08 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 18:34:08 +0200 |
commit | 752dca0a41581282498ccb0d3e2aedb15181e4a8 (patch) | |
tree | 8dd27b7e6cff31b05fbc4c8ea0a9d5cec15f2b87 /client | |
parent | 35129b2ba8e416f99f4095d93ae748762b0e36fb (diff) |
WIP main controller puzzle bus behavior + fix build system / client
Diffstat (limited to 'client')
-rw-r--r-- | client/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 7d492b0..989b837 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -13,6 +13,7 @@ project(pbc C CXX) add_subdirectory(lib/mpack) add_subdirectory(lib/i2ctcp) add_subdirectory(lib/pbdrv) +include(lib/pbdrv/ext/stdlib/include.cmake) add_executable(pbc main.cpp |