Advertisement
Guest User

Untitled

a guest
Apr 13th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.24 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.4)
  2.  
  3. set(0x30000001 0x30000002)
  4.    
  5. if(( 0x30000002 EQUAL 0x30000001 ) OR ( 0x30000002 EQUAL 0x30000003 AND 0x10000001 EQUAL 0x10000001 ) )
  6.  
  7.     message(True)
  8. else()
  9.     message(False)
  10. endif()
  11. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement