Home
last modified time | relevance | path

Searched refs:has_c_sources (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/boostdep/src/
Dboostdep.cpp2103 bool has_c_sources = false; in output_module_cmake_report() local
2124 if( ext == ".c" ) has_c_sources = true; in output_module_cmake_report()
2134 … << lm << " VERSION \"${BOOST_SUPERPROJECT_VERSION}\" LANGUAGES" << ( has_c_sources? " C": "" ) <<… in output_module_cmake_report()