diff options
author | 3gg <3gg@shellblade.net> | 2024-02-17 13:16:11 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-02-17 13:16:11 -0800 |
commit | c78954d80d27c2fac7fe24e3c4e7766408706c48 (patch) | |
tree | 8a54daadd6e93ddd57e4075995a70b32926d4954 /CMakeLists.txt | |
parent | 7b756cc336f076fe95deb59847492b4127f82132 (diff) |
Asset cache returns const Texture.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.0) |
2 | 2 | ||
3 | project(gfx-all) | ||
4 | |||
3 | add_subdirectory(gfx) | 5 | add_subdirectory(gfx) |
4 | add_subdirectory(gfx-app) | 6 | add_subdirectory(gfx-app) |
5 | add_subdirectory(gfx-iso) | 7 | add_subdirectory(gfx-iso) |