Skip to content

Instantly share code, notes, and snippets.

@agrif
Created May 15, 2025 09:19
Show Gist options
  • Save agrif/8608e975bd7e72d9e9d950be2c89572a to your computer and use it in GitHub Desktop.
Save agrif/8608e975bd7e72d9e9d950be2c89572a to your computer and use it in GitHub Desktop.
list(LENGTH SOURCES SOURCES_LENGTH)
math(EXPR SOURCES_LENGTH "${SOURCES_LENGTH} - 1")
foreach(I RANGE ${SOURCES_LENGTH})
...
endforeach()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment