From 17e4ca9410c11751d6a0d4ef10d69b639410336b Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 29 May 2026 21:04:56 -0500 Subject: [PATCH] Fix bug with classes, use slim exclusively, add package private data and change rehaul cmake configs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16db340..ad9a46a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ include(cmake/version.cmake) project(TessesCrossLang VERSION ${CROSSLANG_MAJOR_VERSION}.${CROSSLANG_MINOR_VERSION}.${CROSSLANG_PATCH_VERSION}) set(CMAKE_CXX_STANDARD 17) +include(CMakePackageConfigHelpers) include(GNUInstallDirs) include(CheckLibraryExists) include(FetchContent)