MCPcopy Create free account
hub / github.com/Kitware/CMake / SetLanguage

Method SetLanguage

Source/cmDepends.h:46–46  ·  view source on GitHub ↗

Set the specific language to be scanned. */

Source from the content-addressed store, hash-verified

44
45 /** Set the specific language to be scanned. */
46 void SetLanguage(std::string const& lang) { this->Language = lang; }
47
48 /** Set the target build directory. */
49 void SetTargetDirectory(std::string const& dir)

Callers 1

ScanDependenciesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected