diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-17 19:18:21 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:28:34 -0700 |
commit | 79284b25994d90149f4a9a5286ec739770db94ea (patch) | |
tree | 1e6918d094ac7bf2df1041cdc901bb4fe62391e3 /libmisc/CMakeLists.txt | |
parent | 3756c77e536a293fc735726eac0e5f0c3a8b89da (diff) |
libmisc: Rework how test-intercepts work
Diffstat (limited to 'libmisc/CMakeLists.txt')
-rw-r--r-- | libmisc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmisc/CMakeLists.txt b/libmisc/CMakeLists.txt index 5052f29..8d842c3 100644 --- a/libmisc/CMakeLists.txt +++ b/libmisc/CMakeLists.txt @@ -7,6 +7,7 @@ add_library(libmisc INTERFACE) target_include_directories(libmisc SYSTEM INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include) target_sources(libmisc INTERFACE assert.c + intercept.c log.c ) target_compile_options(libmisc INTERFACE "$<$<COMPILE_LANGUAGE:C>:-fplan9-extensions>") |