Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more organized file structure and install instructions #22

Merged

Conversation

Avus-c
Copy link
Collaborator

@Avus-c Avus-c commented Aug 2, 2024

close #21

The layout I finished with looks like this:

project_builddir /

  • ...
  • version
  • sbom
    • sbom-src
      • <buildtype> # a folder for each buildconfiguration
        • setup.cmake
        • <sbom_add_*1>.cmake
        • <sbom_add_*2>.cmake
        • ...
        • finalize.cmake
    • sbom-build
      • cmake_install.cmake # generated because we use a seperate lists file
        • <buildtype> # a folder for each buildconfiguration
          • sbom.pdx.in # concats all sbom.cmake files from sbom-src and is exported to install directory
    • CMakeLists.txt # contains the install instructions to keep things organized

Avus-c added 4 commits August 2, 2024 16:14
collect all sbom install instructions in a separate file.
Will be added as the last install instruction in sbom_finalize().
To keep things debuggable, we don't want to mix the sbom instructions with the rest of the install instructions.
@Avus-c Avus-c marked this pull request as draft August 2, 2024 15:04
@Avus-c Avus-c marked this pull request as ready for review August 5, 2024 12:40
@Avus-c Avus-c merged commit b1bad8b into main Aug 5, 2024
14 checks passed
@Avus-c Avus-c deleted the refactor/more-organized-file-structure-and-install-instructions branch August 5, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

organize file structure and install instructions
1 participant