This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3ecdddfc35
CMake
/
Tests
/
RunCMake
/
CMP0057
/
CMP0057-WARN.cmake
6 lines
87 B
CMake
Raw
Blame
History
set
(
MY_LIST
foo
bar
)
if
(
"foo"
IN_LIST
MY_LIST
)
message
(
"foo is in MY_LIST"
)
endif
(
)
Reference in New Issue
View Git Blame
Copy Permalink