MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / CMakeProject

Function CMakeProject

tools/targets/cmake.py:340–345  ·  view source on GitHub ↗
(env, project, project_name)

Source from the content-addressed store, hash-verified

338 return
339
340def CMakeProject(env, project, project_name):
341 print('Update setting files for CMakeLists.txt...')
342 GenerateCFiles(env, project, project_name)
343 print('Done!')
344
345 return

Callers 1

GenTargetProjectFunction · 0.90

Calls 1

GenerateCFilesFunction · 0.70

Tested by

no test coverage detected