Guest User

Untitled

a guest
Jan 21st, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. set(regularVariable "some value")
  2. set(aVariableInCache "some other value" CACHE INTERNAL "")
  3.  
  4. get_cmake_property(variables VARIABLES)
  5. foreach(variable ${variables})
  6. if(???)
  7. ...
  8. endif()
  9. endforeach()
Add Comment
Please, Sign In to add comment