Searched refs:build_type (Results 1 – 5 of 5) sorted by relevance
26 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)27 get_property(libxml2_library TARGET LibXml2::LibXml2 PROPERTY LOCATION_${build_type})
174 const char build_type[] = "release"; in ReportContext() local176 const char build_type[] = "debug"; in ReportContext() local178 out << indent << FormatKV("library_build_type", build_type); in ReportContext()
321 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)322 get_property(zlib_library TARGET ZLIB::ZLIB PROPERTY LOCATION_${build_type})334 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)335 get_property(zstd_library TARGET ${zstd_target} PROPERTY LOCATION_${build_type})
227 # Set some flags based on build_type
103 "build_type": "debug"