summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarkus Mittendrein <maxmitti@maxmitti.tk>2022-01-07 18:40:42 +0100
committerMarkus Mittendrein <maxmitti@maxmitti.tk>2022-01-07 22:50:08 +0100
commitcb71e001e5088e9006c00634ce833f5659af855c (patch)
tree1bb004bdbbae91442437ca0e93104f17494cc2af /CMakeLists.txt
parent4f2eb7c1dfe467aa2d7a6652a111edc74aa7b0a1 (diff)
downloadcxxformat-cb71e001e5088e9006c00634ce833f5659af855c.tar.gz
cxxformat-cb71e001e5088e9006c00634ce833f5659af855c.zip
Add runtime implementation and refactor format_spec checks in formatters
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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")