summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-02-17 13:16:11 -0800
committer3gg <3gg@shellblade.net>2024-02-17 13:16:11 -0800
commitc78954d80d27c2fac7fe24e3c4e7766408706c48 (patch)
tree8a54daadd6e93ddd57e4075995a70b32926d4954 /CMakeLists.txt
parent7b756cc336f076fe95deb59847492b4127f82132 (diff)
Asset cache returns const Texture.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ec4a34..27e4bd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,7 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.0)
2 2
3project(gfx-all)
4
3add_subdirectory(gfx) 5add_subdirectory(gfx)
4add_subdirectory(gfx-app) 6add_subdirectory(gfx-app)
5add_subdirectory(gfx-iso) 7add_subdirectory(gfx-iso)