diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 16:43:55 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 16:43:55 -0600 |
commit | b683e779ef83b88f6ffc503a1d1a4f3ec25a5cfa (patch) | |
tree | badfd2670fdccc471883840c27b5a9bfc5b4b92a /lib9p/CMakeLists.txt | |
parent | 6cb0e025b973c60bcaa1506b92087dd963e45d31 (diff) |
wip srv
Diffstat (limited to 'lib9p/CMakeLists.txt')
-rw-r--r-- | lib9p/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/CMakeLists.txt b/lib9p/CMakeLists.txt index 811e81a..3584d7a 100644 --- a/lib9p/CMakeLists.txt +++ b/lib9p/CMakeLists.txt @@ -6,7 +6,7 @@ add_library(lib9p INTERFACE) target_include_directories(lib9p SYSTEM INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include) target_sources(lib9p INTERFACE - types.c + 9p.generated.c 9p.c srv.c ) |