Searched refs:cmake_file (Results 1 – 2 of 2) sorted by relevance
173 with open(args.cmake_out, "w", encoding="utf-8") as cmake_file:174 print('add_custom_target(devicetree_target)', file=cmake_file)175 print(file=cmake_file)180 file=cmake_file
260 cmake_file = os.path.join(cmake_path, 'CMakeLists.txt')261 if os.path.isfile(cmake_file):294 cmake_file = os.path.join(cmake_path, 'CMakeLists.txt')295 if os.path.isfile(cmake_file):