Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ get_name
Method
get_name
tools/ng/generator.py:238–239 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
236
""
"CMake project generator."
""
237
238
def
get_name(self) -> str:
239
return
"cmake"
240
241
def
generate(self, context, project_info: Dict[str, Any]) -> bool:
242
""
"Generate CMakeLists.txt."
""
Callers
2
_generate_cpp_properties
Method · 0.45
generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected