summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx')
-rw-r--r--FoundationEx/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/FoundationEx/CMakeLists.txt b/FoundationEx/CMakeLists.txt
new file mode 100644
index 0000000..8672619
--- /dev/null
+++ b/FoundationEx/CMakeLists.txt
@@ -0,0 +1,11 @@
+project(FoundationEx)
+add_library(
+ FoundationEx
+ STATIC
+ MemDebug.cpp
+ Text.cpp
+ )
+target_include_directories(
+ FoundationEx
+ PUBLIC .
+ )