junxnone / xwiki

https://junxnone.github.io/xwiki/
0 stars 0 forks source link

Build Cmake if #288

Open junxnone opened 11 months ago

junxnone commented 11 months ago

if

if(<condition>)
  <commands>
elseif(<condition>) # optional block, can be repeated
  <commands>
else()              # optional block
  <commands>
endif()

condition

Reference