Skip to content

Instantly share code, notes, and snippets.

View amd-isparry's full-sized avatar

Icarus Sparry (work) amd-isparry

View GitHub Profile
@amd-isparry
amd-isparry / CMakeLists.txt
Created May 13, 2026 17:23
cmake list append
cmake_minimum_required(VERSION 3.15)
project(CMakeListAppendDemo)
# =============================================================================
# COMPREHENSIVE DEMONSTRATION: foreach vs direct list(APPEND)
# =============================================================================
#
# This file demonstrates why:
# foreach(ARG ${PARSE_TIDY_ARGS})
# list(APPEND CLANG_TIDY_EXTRA_ARGS "${ARG}")