blob: 45f53a52cffbc8e10fd45bd58d6b0c4e7ef1dbc0 [file] [log] [blame]
set(MY_LIST foo bar)
if("foo" IN_LIST MY_LIST)
message("foo is in MY_LIST")
endif()