Cmake expressions

From wikinotes
Revision as of 18:56, 18 May 2018 by Will (talk | contribs) (Created page with "<source lang="cmake"> IF( 1 EQUALS 4 ) IF( 1 GREATER 4 ) If( 1 LESS 4 ) If( DEFINED ) If( IS_DIRECTORY ${path} ) If( IS_SYMLINK ${path} ) </source> https://cmake.org/cmake/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IF( 1 EQUALS 4 )
IF( 1 GREATER 4 )
If( 1 LESS 4 )
If( DEFINED )
If( IS_DIRECTORY ${path} )
If( IS_SYMLINK   ${path} )

https://cmake.org/cmake/help/v3.11/command/if.html