Skip to content

Instantly share code, notes, and snippets.

@v3c70r
Last active February 16, 2016 17:10
Show Gist options
  • Save v3c70r/984557b438b869f98502 to your computer and use it in GitHub Desktop.
Save v3c70r/984557b438b869f98502 to your computer and use it in GitHub Desktop.
CMake tricks
# List all elements in a var
FOREACH(item ${OPENGL_LIBRARIES})
MESSAGE(STATUS ${item})
ENDFOREACH(item)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment