-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Implement the nimbus build command to streamline the build of the previously initialized C++ projects using the nimbus build system. This command should(at this stage):
- In case of first run, create a
build/dir, starting the build process of all.cppand.cfiles in the projectssrc/directory and all it's subdirectories recursively, generating an executable with the projects name, utilizing thenimbus.tomlconfiguration (compiler, standard, build mode). - In case of each following run, perform an incremental build, rebuilding touched files, generating an executable with the projects name, utilizing the
nimbus.tomlconfiguration (compiler, standard, build mode).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request