diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-29 17:41:41 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-29 17:41:41 +0200 |
commit | a9a38d387f98b29b68f97b8a9c6858d2b399caf0 (patch) | |
tree | a981e8d195d1743f2b218c02aef12b8809978912 /shared/include.cmake | |
parent | 439859f1133fb88e64df31acaa1b2845e36ba348 (diff) |
WIP puzzle bus driver rework
Diffstat (limited to 'shared/include.cmake')
-rw-r--r-- | shared/include.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/include.cmake b/shared/include.cmake new file mode 100644 index 0000000..f07a78b --- /dev/null +++ b/shared/include.cmake @@ -0,0 +1,5 @@ +include_directories(${CMAKE_CURRENT_LIST_DIR}) +add_library(puzbus STATIC + ${CMAKE_CURRENT_LIST_DIR}/pb/driver.c + ) + |