From 2ba78cf22f6f0f7c488d0d4cb606c05a841474f2 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 15 Feb 2022 00:14:59 +0100 Subject: Exported infamous Print to FoundationEx --- FoundationEx/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'FoundationEx/CMakeLists.txt') diff --git a/FoundationEx/CMakeLists.txt b/FoundationEx/CMakeLists.txt index 8672619..c2b546b 100644 --- a/FoundationEx/CMakeLists.txt +++ b/FoundationEx/CMakeLists.txt @@ -4,6 +4,7 @@ add_library( STATIC MemDebug.cpp Text.cpp + Utils.cpp ) target_include_directories( FoundationEx -- cgit v1.1