diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-20 12:54:23 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:01:30 -0600 |
commit | 38ae81e7b4fbf43217a25b0732ca7ee3a1d34db7 (patch) | |
tree | 9445bc2850d086c2aea6865214feef237ec173de /libmisc/CMakeLists.txt | |
parent | c8b62bcbb5e18b3ca643acedee7fda0c45460b62 (diff) |
libmisc: Add error.h
Diffstat (limited to 'libmisc/CMakeLists.txt')
-rw-r--r-- | libmisc/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmisc/CMakeLists.txt b/libmisc/CMakeLists.txt index 07f154b..9bb282b 100644 --- a/libmisc/CMakeLists.txt +++ b/libmisc/CMakeLists.txt @@ -8,6 +8,8 @@ target_include_directories(libmisc PUBLIC INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/ target_sources(libmisc INTERFACE assert.c endian.c + error.c + error_generated.c fmt.c hash.c intercept.c |