diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-08-10 21:32:39 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-08-10 21:32:39 -0400 |
| commit | c6e34bea903390b10e40364b56020804dbb0b6b5 (patch) | |
| tree | 93978e40c9cb718457199c048520f2d658d376ce /CMakeLists.txt | |
| parent | 0a62361737652112a3dbace2c0f3f7fa025c4ca2 (diff) | |
asset manager first pass
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 f832232..8d39ab9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,8 @@ set(PKE_SOURCE_FILES src/macros.hpp src/memory.hpp src/memory.cpp + src/asset-manager.hpp + src/asset-manager.cpp src/window.hpp src/window.cpp ) |
