diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2024-01-30 21:14:07 -0500 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2024-01-30 21:14:07 -0500 |
| commit | 01ed7e87f2b4b8145d8b0af8c8d8912b86f4b908 (patch) | |
| tree | a845de1cdeea9f8662ee999d2a72d79857e7d4c2 /ZAPD/CMakeLists.txt | |
| parent | 1db7c31a7648939d47ec7957888ebebba0c86db2 (diff) | |
Add files to build
Diffstat (limited to 'ZAPD/CMakeLists.txt')
| -rw-r--r-- | ZAPD/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ZAPD/CMakeLists.txt b/ZAPD/CMakeLists.txt index 4739288..f570243 100644 --- a/ZAPD/CMakeLists.txt +++ b/ZAPD/CMakeLists.txt @@ -54,6 +54,8 @@ set(Header_Files__Z64 "ZBlob.h"
"ZCollision.h"
"ZCollisionPoly.h"
+ "ZCKeyFrame.h"
+ "ZCkeyFrameAnim.h"
"ZCutscene.h"
"ZDisplayList.h"
"ZFile.h"
@@ -170,6 +172,8 @@ set(Source_Files__Z64 "ZBlob.cpp"
"ZCollision.cpp"
"ZCollisionPoly.cpp"
+ "ZCKeyFrame.cpp"
+ "ZCKeyFrameAnim.cpp"
"ZCutscene.cpp"
"ZDisplayList.cpp"
"ZFile.cpp"
|
