From 551c0dbf18db55a61dd37c7c491b6f63929d502b Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 30 Sep 2024 21:22:47 +0700 Subject: [PATCH] fix: include `format.ipp` to file set header Signed-off-by: Alfi Maulana --- components/format/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/components/format/CMakeLists.txt b/components/format/CMakeLists.txt index f924e39..320ad97 100644 --- a/components/format/CMakeLists.txt +++ b/components/format/CMakeLists.txt @@ -6,6 +6,7 @@ target_sources( FILE_SET HEADERS BASE_DIRS include FILES include/errors/format.hpp + include/errors/format.ipp ) target_link_libraries(errors_format INTERFACE errors fmt)