summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-15 00:14:59 +0100
committerAki <please@ignore.pl>2022-02-15 00:14:59 +0100
commit2ba78cf22f6f0f7c488d0d4cb606c05a841474f2 (patch)
tree16fa28469582c2fd5c9b0bde85f619336a2d4076 /FoundationEx/CMakeLists.txt
parent0ea71e86d0cf91718d3a9406060d7413f9c5aa01 (diff)
downloadstarshatter-2ba78cf22f6f0f7c488d0d4cb606c05a841474f2.zip
starshatter-2ba78cf22f6f0f7c488d0d4cb606c05a841474f2.tar.gz
starshatter-2ba78cf22f6f0f7c488d0d4cb606c05a841474f2.tar.bz2
Exported infamous Print to FoundationEx
Diffstat (limited to 'FoundationEx/CMakeLists.txt')
-rw-r--r--FoundationEx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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