Created
May 15, 2025 09:19
-
-
Save agrif/8608e975bd7e72d9e9d950be2c89572a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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