Skip to content

Instantly share code, notes, and snippets.

@rnistuk
Created May 15, 2020 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnistuk/6ab350244eaea9903cecbb73dcddd5cd to your computer and use it in GitHub Desktop.
Save rnistuk/6ab350244eaea9903cecbb73dcddd5cd to your computer and use it in GitHub Desktop.
# get_cmake_property(_variableNames VARIABLES)
# list (SORT _variableNames)
# foreach (_variableName ${_variableNames})
# message(STATUS "${_variableName}=${${_variableName}}")
# endforeach()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment