Created
October 19, 2016 00:26
-
-
Save JeremyMcCormick/ce75764c2e74e943b10fc624025fb3ba 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
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