diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-11 10:22:19 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-11 10:22:19 -0700 |
commit | 4b918e6f721f34e4014fa3f0b5032037991e321f (patch) | |
tree | 8340bed315d952937e97fcc6838b127692a12062 /CMakeLists.txt | |
parent | 6fd807721b4a662c57fcd363607de17a1e86d6be (diff) |
Pull out lib9p_util from srv9p
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3948eea..e7b4682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,6 +128,7 @@ add_subdirectory(libhw) add_subdirectory(libdhcp) add_subdirectory(libusb) add_subdirectory(lib9p) +add_subdirectory(lib9p_util) add_subdirectory(cmd/sbc_harness) add_subdirectory(cmd/srv9p) |