update cmakelists, added project manifest

This commit is contained in:
2026-05-13 22:18:02 -05:00
parent cf916951f0
commit 2dd5f3a648
2 changed files with 14 additions and 1 deletions

13
src/ProjectManifest.h Normal file
View File

@@ -0,0 +1,13 @@
//
// Created by lbmas on 5/13/2026.
//
#ifndef B_ENGINE_PROJECTMANIFEST_H
#define B_ENGINE_PROJECTMANIFEST_H
struct ProjectManifest
{
};
#endif //B_ENGINE_PROJECTMANIFEST_H