From 4fa6821e0645ff61a9380cd090abff472205c630 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 29 Jun 2025 17:16:22 +0100 Subject: add clang-tidy support --- nihil.core/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nihil.core/CMakeLists.txt (limited to 'nihil.core/CMakeLists.txt') diff --git a/nihil.core/CMakeLists.txt b/nihil.core/CMakeLists.txt new file mode 100644 index 0000000..4564640 --- /dev/null +++ b/nihil.core/CMakeLists.txt @@ -0,0 +1,11 @@ +# This source code is released into the public domain. + +add_library(nihil.core STATIC) +target_sources(nihil.core + PUBLIC FILE_SET modules TYPE CXX_MODULES FILES + nihil.core.ccm + errc.ccm + + PRIVATE + errc.cc +) -- cgit v1.2.3