From da9dc865cfa21d2a69f9ef0e2dcc4f6d93fe9041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kripner?= Date: Thu, 27 Aug 2026 11:20:28 +0200 Subject: [PATCH] Export toml.hpp for downstream consumers --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89bde80..5235415 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ set( EXT_HEADERS ext_include/valijson_nlohmann_bundled.hpp ext_include/exprtk/exprtk.hpp ext_include/inja/inja.hpp + ext_include/toml.hpp ) if( "${PROJECT_VERSION_TWEAK}" STREQUAL "" )