partially implemented separate manifest management

This commit is contained in:
Chris Punches
2025-03-20 01:46:04 -04:00
parent 2623bcf2b3
commit 7ac80d12f3
6 changed files with 311 additions and 197 deletions

View File

@@ -21,6 +21,7 @@ add_library(build MODULE
src/commands.cpp
src/package_staging.cpp
src/checksums.cpp
src/metadata.cpp
)
# Set output properties
@@ -48,6 +49,7 @@ add_executable(build_standalone
src/commands.cpp
src/package_staging.cpp
src/checksums.cpp
src/metadata.cpp
)
# Define the BUILD_STANDALONE macro for the standalone build