Skip to content

Instantly share code, notes, and snippets.

@doug65536
Created July 28, 2013 21:47
Show Gist options
  • Save doug65536/6100388 to your computer and use it in GitHub Desktop.
Save doug65536/6100388 to your computer and use it in GitHub Desktop.
get_cmake_property(var_names VARIABLES)
foreach (var ${var_names})
message(STATUS "${var}=${${var}}")
endforeach()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment