Lines Matching full:condition
21 # If the specified 'condition' is true then add a list of flags to both
23 macro(add_flags_if condition)
24 if (${condition})
46 # If 'condition' is true then add the specified list of flags to
48 macro(add_compile_flags_if condition)
49 if (${condition})
81 # If 'condition' is true then add the specified list of flags to
83 macro(add_link_flags_if condition)
84 if (${condition})
106 # if 'condition' is true then add the specified list of libraries and flags
108 macro(add_library_flags_if condition)
109 if(${condition})