diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-31 11:41:42 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-01 21:11:15 -0600 |
commit | fc827473da84f4dcd34aec3e4581d998c783f391 (patch) | |
tree | 061c552f40f28ae61f99fafe53a054d53b70dbe5 /libmisc/CMakeLists.txt | |
parent | b2b04a728087ae0437c4f535884a9c5cc29e2c0d (diff) |
Add a (for-now noop) wrapper around cpp
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 7ee307e..07f154b 100644 --- a/libmisc/CMakeLists.txt +++ b/libmisc/CMakeLists.txt @@ -20,6 +20,7 @@ target_sources(libmisc INTERFACE target_compile_options(libmisc INTERFACE -no-integrated-cpp + -wrapper "${CMAKE_CURRENT_SOURCE_DIR}/wrap-cc" ) add_lib_test(libmisc test_assert) |