From cb71e001e5088e9006c00634ce833f5659af855c Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Fri, 7 Jan 2022 18:40:42 +0100 Subject: Add runtime implementation and refactor format_spec checks in formatters --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e0e9cb..46720d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ add_library(cxxformat INTERFACE include/cxxformat/formatters.hpp include/cxxformat/helpers.hpp include/cxxformat/ostream.hpp + include/cxxformat/runtime.hpp include/cxxformat/string.hpp ) target_include_directories(cxxformat INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include") -- cgit v1.2.3-54-g00ecf