fleshing out stage creation

This commit is contained in:
Chris Punches
2025-03-15 05:12:18 -04:00
parent 4c15eb07db
commit b034a3679d
4 changed files with 31 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ add_library(build MODULE
src/helpers.cpp
src/cli_parsers.cpp
src/commands.cpp
src/package_staging.cpp
)
# Set output properties
@@ -40,6 +41,7 @@ add_executable(build_standalone
src/helpers.cpp
src/cli_parsers.cpp
src/commands.cpp
src/package_staging.cpp
)
# Define the BUILD_STANDALONE macro for the standalone build