CMake Projects
Prerequisites
Step 1 — Configure the Build Tree
cmake -S ./app -B ./app/build -DCMAKE_BUILD_TYPE=ReleaseStep 2 — Generate the SBOM
lynkctl generate ./app \
--provider cmake \
--cmake-build-dir ./app/build \
-o app.cdx.jsonMulti-Config Generators
Container and Host Path Differences
Projects in a Larger Repository
Missing File API Replies
Troubleshooting
Last updated