mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 14:49:39 -06:00
7 lines
292 B
CMake
7 lines
292 B
CMake
# Generate potential SARIF results
|
|
include("${CMAKE_CURRENT_LIST_DIR}/GenerateSarifResults.cmake")
|
|
|
|
# Enable SARIF logging at the end for the most behavior coverage
|
|
# All results should be captured regardless of when enabled
|
|
set(CMAKE_EXPORT_SARIF ON CACHE BOOL "Export SARIF results" FORCE)
|