Skip to content

Instantly share code, notes, and snippets.

@JeremyMcCormick
Created October 19, 2016 00:26
Show Gist options
  • Save JeremyMcCormick/ce75764c2e74e943b10fc624025fb3ba to your computer and use it in GitHub Desktop.
Save JeremyMcCormick/ce75764c2e74e943b10fc624025fb3ba to your computer and use it in GitHub Desktop.
get_cmake_property(_variableNames VARIABLES)
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