Lines Matching refs:comp
15 foreach(comp ${XCB_FIND_COMPONENTS})
17 string(TOUPPER ${comp} compname)
20 string(REPLACE "xcb-" "" headername xcb/${comp}.h)
22 set(libname ${comp})
24 pkg_check_modules(PC_${comp} QUIET ${comp})
28 ${PC_${comp}_INCLUDEDIR}
29 ${PC_${comp}_INCLUDE_DIRS}
34 ${PC_${comp}_LIBDIR}
35 ${PC_${comp}_LIBRARY_DIRS}
38 find_package_handle_standard_args(${comp}
39 FOUND_VAR ${comp}_FOUND
46 if(NOT ${comp}_FOUND)