diff options
| author | Markus Mittendrein <maxmitti@maxmitti.tk> | 2022-01-07 18:40:42 +0100 |
|---|---|---|
| committer | Markus Mittendrein <maxmitti@maxmitti.tk> | 2022-01-07 22:50:08 +0100 |
| commit | cb71e001e5088e9006c00634ce833f5659af855c (patch) | |
| tree | 1bb004bdbbae91442437ca0e93104f17494cc2af /CMakeLists.txt | |
| parent | 4f2eb7c1dfe467aa2d7a6652a111edc74aa7b0a1 (diff) | |
| download | cxxformat-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.txt | 1 |
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") |
